Explorar o código

feat:修改订单详情页提交按钮显示控制

LuoDLeo %!s(int64=2) %!d(string=hai) anos
pai
achega
f0e0691a47
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      orderPages/orderDetail/index.vue

+ 1 - 1
orderPages/orderDetail/index.vue

@@ -93,7 +93,7 @@
                         <view class="line"></view>
 
                         <view class="flex-row justify-between borderBottom" v-for="(item,index) in order.child" :key="index">
-                            <view class="flex-col justify-center">
+                            <view class="flex-col justify-center" v-if="order.orderStatus != 3">
                                 <u-icon v-if="item.tick" name="checkmark-circle-fill" color="#38db38" size="20" @click="tick(item,index)"></u-icon>
                                 <u-icon v-else name="/static/order/ud9.png" color="green" size="20" @click="tick(item,index)"></u-icon>
                             </view>