瀏覽代碼

mupload

newCard
HolyKnightIX 2 年之前
父節點
當前提交
599e0439e7
共有 1 個檔案被更改,包括 5 行新增5 行删除
  1. +5
    -5
      pages/integralmall/payIntegcoupondetail/index.wxml

+ 5
- 5
pages/integralmall/payIntegcoupondetail/index.wxml 查看文件

@@ -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…
取消
儲存