|
@@ -68,6 +68,10 @@
|
|
<block v-if="item.status == 'COMPLETE'">
|
|
<block v-if="item.status == 'COMPLETE'">
|
|
<u-button text="申请售后" shape="circle" @tap="toReturn(item.orderId)"></u-button>
|
|
<u-button text="申请售后" shape="circle" @tap="toReturn(item.orderId)"></u-button>
|
|
</block>
|
|
</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>
|
|
</view>
|
|
</view>
|