Jelajahi Sumber

订单列表增加取消状态订单,订单详情针对取消做调整

liuqiwen 5 hari lalu
induk
melakukan
9bd2ed7b91
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      pages/order_details/index.vue

+ 1 - 1
pages/order_details/index.vue

@@ -2,7 +2,7 @@
 	<view>
 		<view class="order-details">
 			<view class="header" v-if="orderInfo.shippingType === 1">
-				<view class="picTxt">
+				<view class="picTxt" v-if="orderInfo.status!=6">
 					<image v-if="!orderInfo.paid" src="@/static/images/shop/daifukuan@2x.png" mode=""></image>
 					<image v-else-if="orderInfo.status === 0 || orderInfo.status === 1" src="@/static/images/shop/daifahuo@2x.png" mode=""></image>
 					<image v-else-if="orderInfo.status === 3" src="@/static/images/shop/yiwancheng@2x.png" mode=""></image>