bug fix
This commit is contained in:
@ -81,7 +81,7 @@
|
||||
<!-- 申请中 -->
|
||||
<view class="btn-1" wx:if='{{goods.afterSalesStatus==61||goods.afterSalesStatus==62}}'>下一步</view>
|
||||
|
||||
<view class="btn btn-cancel" wx:if='{{goods.afterSalesStatus==61||goods.afterSalesStatus==62}}' catchtap="cancel">撤销申请</view>
|
||||
<view class="btn btn-cancel" wx:if='{{goods.afterSalesStatus==61||goods.afterSalesStatus==62||goods.afterSalesStatus==63}}' catchtap="cancel">撤销申请</view>
|
||||
|
||||
<view class="height100"></view>
|
||||
<view class="height100"></view>
|
||||
|
Reference in New Issue
Block a user