修改代客下单选择用户用户积分字段

This commit is contained in:
2024-11-15 14:25:26 +08:00
parent fb84f53029
commit cb52b972b9

View File

@@ -37,7 +37,7 @@
</view> </view>
<view class="u-m-l-30 u-flex"> <view class="u-m-l-30 u-flex">
<text class="">积分</text> <text class="">积分</text>
<text class="color-main">{{item.totalScore}}</text> <text class="color-main">{{item.accountPoints}}</text>
</view> </view>
</view> </view>
</view> </view>
@@ -93,7 +93,7 @@
headImg: '', headImg: '',
telephone: '', telephone: '',
amount: '0.00', amount: '0.00',
totalScore: '0.00' accountPoints: '0.00'
}) })
} else { } else {
list[index].checked = true list[index].checked = true