[订单拆分,周五福利添加配送方式]
This commit is contained in:
@@ -137,29 +137,29 @@
|
||||
</view>
|
||||
<text>活动订单</text>
|
||||
</view> -->
|
||||
<view class="userOrder-label" bindtap="userNav" data-url="/pages/order/order?stateType=all">
|
||||
<view class="userOrder-label" bindtap="userNav" data-url="/pages/order/order?orderType=welfareGoods">
|
||||
<view class="userOrder-icon">
|
||||
<image src="/static/img/userOrder_00.png"></image>
|
||||
</view>
|
||||
<text>所有订单</text>
|
||||
<text>福利券订单</text>
|
||||
</view>
|
||||
<view class="userOrder-label" bindtap="userNav" data-url="/pages/order/order?stateType=unpay">
|
||||
<view class="userOrder-label" bindtap="userNav" data-url="/pages/order/order?orderType=welfare">
|
||||
<view class="userOrder-icon">
|
||||
<image src="/static/img/userOrder_01.png"></image>
|
||||
</view>
|
||||
<text>待支付</text>
|
||||
<text>福利商品订单</text>
|
||||
</view>
|
||||
<view class="userOrder-label" bindtap="userNav" data-url="/pages/order/order?stateType=paid">
|
||||
<view class="userOrder-label" bindtap="userNav" data-url="/pages/order/order?orderType=rightsCoupons">
|
||||
<view class="userOrder-icon">
|
||||
<image src="/static/img/userOrder_02.png"></image>
|
||||
</view>
|
||||
<text>待发货</text>
|
||||
<text>权益订单</text>
|
||||
</view>
|
||||
<view class="userOrder-label" bindtap="userNav" data-url="/pages/order/order?stateType=delivered">
|
||||
<view class="userOrder-label" bindtap="userNav" data-url="/pages/order/order?orderType=rights">
|
||||
<view class="userOrder-icon">
|
||||
<image src="/static/img/userOrder_03.png"></image>
|
||||
</view>
|
||||
<text>已发货</text>
|
||||
<text>权益商品订单</text>
|
||||
</view>
|
||||
<!-- <view class="userOrder-label" bindtap="userNav" data-url="/pages/rights/rights?type=web&rightsId=39">
|
||||
<view class="userOrder-icon">
|
||||
|
||||
Reference in New Issue
Block a user