Commit 0db12beb authored by Smile's avatar Smile Committed by wux

bug196:(app/h5/web)订单列表区号非+86的用户,没有屏蔽掉<复制>功能

parent 705399ca
......@@ -108,7 +108,7 @@
<view v-if='item.abnormalState!=0&&item.status!=88&&isDelivery' @click="toException(item.orderId)">{{$lang.lang.order.toDeal}}</view>
</view>
<view class="order-btn">
<view @click="copy(item.orderId)">{{$lang.lang.order.copy}}</view>
<view @click="copy(item.orderId)" v-if="isDelivery">{{$lang.lang.order.copy}}</view>
</view>
</view>
</view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment