浏览代码

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

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">


正在加载...
取消
保存