doum
2026-04-25 06d9e0923ad7756a09a7362e7c706d68e6b84502
small-program/shop/pages/withdraw/withdraw.vue
@@ -3,7 +3,7 @@
      <view class="bg">
         <view class="bg-a">可提现余额(元)</view>
         <view class="bg-b">
            <text>{{(countData.balance / 100 || 0).toFixed(2)}}</text>
            <text>{{((countData.balance || 0)/ 100 || 0).toFixed(2)}}</text>
            <text></text>
         </view>
         <view class="form">
@@ -11,7 +11,7 @@
               <view class="form-a-label">提现至</view>
               <view class="form-a-val">
                  <image src="../../images/ic_alipay@2x.png" mode="widthFix"></image>
                  <text>支付宝 {{form.aliAccount}}</text>
                  <text>支付宝 {{form.aliAccount || ''}}</text>
               </view>
            </view>
            <view class="form-xian"></view>
@@ -57,7 +57,7 @@
            form: { amount: null, aliAccount: null },
            shop:{},
            info:{},
            countData: null
            countData: {}
         }
      }, 
      onLoad(options) {