修改代客下单选择用户用户积分字段
This commit is contained in:
parent
fb84f53029
commit
cb52b972b9
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue