shish 21 godzin temu
rodzic
commit
284a760541
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      hdApp/src/admin/tools/calculator.vue

+ 2 - 2
hdApp/src/admin/tools/calculator.vue

@@ -47,7 +47,7 @@
 									class="customer-strip-name-txt"
 									:class="{ 'customer-strip-name-txt--with-balance': showBalanceRow }"
 									>{{ customerDisplayName }}</text>
-								<text v-if="showBalanceRow" class="customer-strip-balance">¥{{ formatMoney(customInfo.balance) }}</text>
+								<text v-if="showBalanceRow" class="customer-strip-balance">余额 ¥{{ formatMoney(customInfo.balance) }}</text>
 							</text>
 						</view>
 					</view>
@@ -67,7 +67,7 @@
 							</view>
 						</view>
 						<view v-if="selHasPay === 0" class="rcv-pay-hint">
-							<text class="rcv-pay-hint-text">扫码付款、分享小程序付款</text>
+							<text class="rcv-pay-hint-text">扫客户付款码;分享小程序让客户付款</text>
 						</view>
 						<view v-if="selHasPay === 2" class="rcv-pay-hint">
 							<text class="rcv-pay-hint-text">客户赊账请选挂账</text>