Skip to content

Commit

Permalink
小程序屏蔽联系客服及再次购买按钮
Browse files Browse the repository at this point in the history
  • Loading branch information
412102420ts committed Nov 28, 2022
1 parent f2aafd1 commit 17f8134
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions mall4m/pages/order-detail/order-detail.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,12 @@
</view>

<!-- 底部栏 -->
<view class='order-detail-footer'>
<text class='dele-order' wx:if="{{status==5||status==6}}">删除订单</text>
<view class='footer-box'>
<text class='apply-service'>联系客服</text>
<text class='buy-again'>再次购买</text>
</view>
<view class='order-detail-footer' wx:if="{{status==5||status==6}}">
<text class='dele-order'>删除订单</text>
<!-- <view class='footer-box'> -->
<!-- <text class='apply-service'>联系客服</text> -->
<!-- <text class='buy-again'>再次购买</text> -->
<!-- </view> -->
</view>

</view>
Expand Down

0 comments on commit 17f8134

Please sign in to comment.