Browse Source

mupload

newCard
HolyKnightIX 2 years ago
parent
commit
599e0439e7
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      pages/integralmall/payIntegcoupondetail/index.wxml

+ 5
- 5
pages/integralmall/payIntegcoupondetail/index.wxml View File

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

Loading…
Cancel
Save