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