فهرست منبع

余额充足问题

shish 6 ماه پیش
والد
کامیت
625d354b81
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      hdApp/src/admin/billing/affirm.vue
  2. 1 1
      hdPad/src/pages/home/components/settlePop.vue

+ 1 - 1
hdApp/src/admin/billing/affirm.vue

@@ -119,7 +119,7 @@
             <view class="tui-title">余额</view>
             <view class="tui-input" style="color:#3385FF;font-weight:bold;">
               ¥{{ parseFloat(customInfo.balance) }}
-              <text v-if="Number(customInfo.balance)>Number(modifyPrice)" style="margin-left:30upx;">余额充足,用余额支付</text>
+              <text v-if="Number(customInfo.balance)>Number(modifyPrice)" style="margin-left:30upx;">余额充足,用余额支付</text>
             </view>
           </tui-list-cell>
 

+ 1 - 1
hdPad/src/pages/home/components/settlePop.vue

@@ -6,7 +6,7 @@
                 <view class="item-list_box">
                     <view :key="item.id" @tap="changeHasPay(item.id)" v-for="item in hasPayList" :class="[form.hasPay===item.id?'active':'']"> {{item.name}} </view>    
                 </view>
-                <view v-if="Number(balance)>Number(form.modifyPrice)" style="color:blue;font-size:13upx;font-weight:bold;margin-bottom:7upx;">客户余额充足 ¥{{balance?parseFloat(balance):0}},用余额支付</view>
+                <view v-if="Number(balance)>Number(form.modifyPrice)" style="color:blue;font-size:15upx;font-weight:bold;margin-bottom:7upx;">客户余额充足 ¥{{balance?parseFloat(balance):0}},用余额支付</view>
             </view>
 
             <view class="select-item_box" v-if="form.hasPay == 1" style="border:1upx solid #CCCCCC;margin-bottom:15upx;">