Kaynağa Gözat

feat:修改交易记录账户余额取值字段

LuoDLeo 2 yıl önce
ebeveyn
işleme
c99937a46e

+ 1 - 1
myPages/transactionRecord/module/mescrollUni-item.vue

@@ -24,7 +24,7 @@
 						</view>
 						<view class=" flex-row justify-between">
 							<text class="text3">{{item.createTime}}</text>
-							<text class="text3">账户余额:¥{{item.beforeBalance}}</text>
+							<text class="text3">账户余额:¥{{item.afterBalance}}</text>
 						</view>
 					</view>
 				</view>