Browse Source

feat: 修改

Moss 1 năm trước cách đây
mục cha
commit
43ce6d8828
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      src/pages/mine/myBuy/list.vue

+ 4 - 0
src/pages/mine/myBuy/list.vue

@@ -68,6 +68,10 @@
             <block v-if="item.status == 'COMPLETE'">
               <u-button text="申请售后" shape="circle" @tap="toReturn(item.orderId)"></u-button>
             </block>
+            
+            <block v-if="~['AFTER_WAIT', 'REFUND', 'NO_REFUND'].indexOf(item.status)">
+              <u-button text="售后详情" shape="circle" @tap="toReturn(item.orderId)"></u-button>
+            </block>
 
           </view>
         </view>