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

This commit is contained in:
YeMingfei666 2024-11-15 14:25:26 +08:00
parent fb84f53029
commit cb52b972b9
1 changed files with 2 additions and 2 deletions

View File

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