| @@ -1,8 +1,8 @@ | |||||
| <!--pages/spellDetail/index.wxml--> | <!--pages/spellDetail/index.wxml--> | ||||
| <navbar home back text="积分换礼" background='#FFF' ></navbar> | |||||
| <navbar home back text="积分换礼" background='#FFF'></navbar> | |||||
| <view style="height:{{navigationBarHeight}} "></view> | <view style="height:{{navigationBarHeight}} "></view> | ||||
| <view class='container' > | |||||
| <!-- 拼团产品详情 --> | |||||
| <view class='container'> | |||||
| <!-- 拼团产品详情 --> | |||||
| <view class='detail'> | <view class='detail'> | ||||
| <view class='detail-top'> | <view class='detail-top'> | ||||
| <view class='detail-top01'> | <view class='detail-top01'> | ||||
| @@ -37,6 +37,6 @@ | |||||
| </view> | </view> | ||||
| <view class='edit'> | <view class='edit'> | ||||
| <button class='user-motto user-enough' wx:if="{{remainingPoints>=0}}" bindtap="{{'submitAble'?'gotoPay':''}}">{{'确认'+data.creditPrice+'积分支付'}}</button> | <button class='user-motto user-enough' wx:if="{{remainingPoints>=0}}" bindtap="{{'submitAble'?'gotoPay':''}}">{{'确认'+data.creditPrice+'积分支付'}}</button> | ||||
| <button class='user-motto user-enough' style='' wx:if="{{remainingPoints<0}}" bindtap='cannotPay'>积分不足</button> | |||||
| <button class='user-motto user-enough' wx:if="{{remainingPoints<0}}" bindtap='cannotPay'>积分不足</button> | |||||
| </view> | </view> | ||||
| </view> | |||||
| </view> | |||||