Selaa lähdekoodia

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

liuqiwen 5 päivää sitten
vanhempi
commit
9bd2ed7b91
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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>