Explorar o código

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

LuoDLeo %!s(int64=2) %!d(string=hai) anos
pai
achega
c99937a46e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>