|
|
@@ -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>
|