ソースを参照

未支付订单显示支付按钮信息修改

tags/富茂链客4.1.0
刘晖 6年前
コミット
db6e960eee
2個のファイルの変更2行の追加2行の削除
  1. +1
    -1
      pages/order/detail/index.wxml
  2. +1
    -1
      pages/order/index/index.wxml

+ 1
- 1
pages/order/detail/index.wxml ファイルの表示

@@ -73,7 +73,7 @@
<!-- 待付款 显示立即购买的按钮 -->
<view wx:if="{{order.orderStatus==0&&order.salePrice!=0||order.orderStatus==7&&order.salePrice!=0}}" class="buy-view app-border-top">
<button bindtap='orderFunc' hover-class='active' wx:if="{{order.type != 9}}" data-couponChannelId="{{order.id}}" disabled='{{showButton}}' class='buy'>立即支付</button>
<button bindtap='orderFunc' hover-class='active' wx:if="{{order.type == 9}}" data-couponChannelId="{{order.id}}" disabled='{{showButton}}' class='buy'>支付并发起拼团</button>
<button bindtap='orderFunc' hover-class='active' wx:if="{{order.type == 9}}" data-couponChannelId="{{order.id}}" disabled='{{showButton}}' class='buy'>支付拼团订单</button>
</view>
<view class='game' bindtap="gotogame" wx-if="{{showIf&&order.orderStatus!=0}}">
<view class='game-entry'>


+ 1
- 1
pages/order/index/index.wxml ファイルの表示

@@ -44,7 +44,7 @@
1完成
2取消
-->
<view wx:if="{{item.orderStatus==1}}" class="btn" data-id="{{item.id}}" bindtap="gotopay">
<view wx:if="{{item.orderStatus==1||item.orderStatus==11}}" class="btn" data-id="{{item.id}}" bindtap="gotopay">
<text>查看详情</text>
</view>
<view wx:if="{{item.orderStatus == 6}}" class="btn" data-id="{{item.id}}" bindtap="gotoDiscount">


読み込み中…
キャンセル
保存