From b898e42bd46726a0c25081ca79136911b4ca1b4c Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期一, 27 四月 2026 22:26:34 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/gtzxinglijicun
---
small-program/shop/pages/withdraw/withdraw.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/small-program/shop/pages/withdraw/withdraw.vue b/small-program/shop/pages/withdraw/withdraw.vue
index 782aaff..0db57f8 100644
--- a/small-program/shop/pages/withdraw/withdraw.vue
+++ b/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) {
--
Gitblit v1.9.3