|
|
@@ -37,7 +37,8 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class='edit'> |
|
|
|
<button class='user-motto' bindtap='gotoPay'>{{'确认'+data.creditPrice+'积分支付'}}</button> |
|
|
|
<button class='user-motto' wx:if="{{remainingPoints>=0}}" bindtap='gotoPay'>{{'确认'+data.creditPrice+'积分支付'}}</button> |
|
|
|
<button class='user-motto' wx:if="{{remainingPoints<0}}" bindtap='cannotPay'>积分不足</button> |
|
|
|
</view> |
|
|
|
<view class='al-bg' wx:if='{{showErr}}'></view> |
|
|
|
<view class='al-content' wx:if='{{showErr}}'> |
|
|
|