From ec17a3732f0f80f4a8d7f7867249f2581b221a27 Mon Sep 17 00:00:00 2001 From: Liuyi <candymxq888@outlook.com> Date: 星期六, 16 十一月 2024 17:19:27 +0800 Subject: [PATCH] 添加积分商城 --- pages/functionList/balanceRecord/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/functionList/balanceRecord/index.vue b/pages/functionList/balanceRecord/index.vue index be0136e..3f8201b 100644 --- a/pages/functionList/balanceRecord/index.vue +++ b/pages/functionList/balanceRecord/index.vue @@ -71,8 +71,8 @@ </picker> </view> <view class="date-money"> - <text>支出¥{{expendSta}}</text> - <text>充值¥{{rechargeSta}}</text> + <text>支出:{{expendSta}}元</text> + <text>充值:{{rechargeSta}}元</text> </view> </view> <view class="main" v-if="banlanceList.length > 0"> @@ -88,7 +88,7 @@ <text class="money" :style="setStyleMoney(item.business)">{{item.changeMoney}}</text> <text>元</text> </view> - <text>{{item.beforeMoney}}</text> + <text>余额:{{item.afterMoney}}</text> </view> </view> </block> -- Gitblit v1.9.3