小程序屏蔽联系客服及再次购买按钮

This commit is contained in:
liaoanqi 2022-11-28 09:22:15 +08:00
parent f2aafd15a0
commit 17f8134156

View File

@ -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>