shish 1 месяц назад
Родитель
Сommit
9446159bb8
2 измененных файлов с 3 добавлено и 3 удалено
  1. 1 1
      ghsApp/src/admin/home/me.vue
  2. 2 2
      hdApp/src/admin/home/me.vue

+ 1 - 1
ghsApp/src/admin/home/me.vue

@@ -60,7 +60,7 @@
           <view class="account-info_box content_box">
             <view class="info-lf_box">
               <view>
-                账户余额(元)
+                待结余额(元)
                 <text style="float:right;margin-right:25upx;font-size:28upx;" @click.stop="callFast(1)">联系客服</text>
               </view>
               <view> <text>¥ </text> {{ myInfo.balance||0 }} </view>

+ 2 - 2
hdApp/src/admin/home/me.vue

@@ -46,7 +46,7 @@
       <view class="content-wrap">
       <view class="finance-stack">
         <view class="finance-card" v-if="lookMoney == 1">
-          <view class="finance-label">账户余额(元)</view>
+          <view class="finance-label">待结余额(元)</view>
           <view class="finance-amount">¥{{ moneyFormat(myInfo.balance) }}</view>
           <view class="finance-actions">
             <view class="pill-btn" @click="pageTo({ url: '/pagesStore/me/shopYeChange' })">变动明细</view>
@@ -854,7 +854,7 @@ export default {
   margin-right: 20upx;
   margin-bottom: 0;
   color: #666666;
-  font-size: 28upx;
+  font-size: 26upx;
   font-weight: 400;
   white-space: nowrap;
   box-sizing: border-box;