Parcourir la source

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

LuoDLeo il y a 2 ans
Parent
commit
c99937a46e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      myPages/transactionRecord/module/mescrollUni-item.vue

+ 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>