Pre Merge pull request !35 from 李中原/N/A
commit
f8fcb2c0c0
|
|
@ -62,7 +62,7 @@
|
||||||
<view class='discount acea-row row-middle'>
|
<view class='discount acea-row row-middle'>
|
||||||
<view> {{pointStatus ? "剩余积分":"当前积分"}}
|
<view> {{pointStatus ? "剩余积分":"当前积分"}}
|
||||||
<text class='num font-color'>
|
<text class='num font-color'>
|
||||||
{{pointStatus ? orderInfoVo.totalPoint - orderInfoVo.usedPoint : (orderInfoVo.totalPoint || 0) }}
|
{{pointStatus ? orderInfoVo.totalPoint - orderInfoVo.usePoint : (orderInfoVo.totalPoint || 0) }}
|
||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
<checkbox-group @change="ChangeIntegral">
|
<checkbox-group @change="ChangeIntegral">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue