Commit c30d5635c67fad8fe4aa2a8126f93d9b7c3ce0b9
1 parent
b82ff51d
订单的服务卡项的优化
Showing
1 changed file
with
1 additions
and
1 deletions
pages/user/order_list/order_list.wxml
... | ... | @@ -308,7 +308,7 @@ |
308 | 308 | <text selectable='true'>订单编号:{{item.order_sn}}</text> |
309 | 309 | <!-- 订单状态 --> |
310 | 310 | <view class="flex-center c-r"> |
311 | - <view wx:if="{{item.pay_status == 0}}"> | |
311 | + <view wx:if="{{item.pay_status == 0 && item.order_status<2 }}"> | |
312 | 312 | <block wx:if="{{item.prom_type==6}}"> |
313 | 313 | <block wx:if="{{item.pt_status==0}}" >未支付</block> |
314 | 314 | <block wx:if="{{item.pt_status==1}}" >组团中</block> | ... | ... |