liujiaxin 2 周之前
父節點
當前提交
2e93468b56
共有 2 個文件被更改,包括 1 次插入2 次删除
  1. 0 1
      pages_shopping/live/confirmCreateOrder.vue
  2. 1 1
      pages_shopping/live/order.vue

+ 0 - 1
pages_shopping/live/confirmCreateOrder.vue

@@ -188,7 +188,6 @@
 			this.getUserAddr()
 		},
 		mounted() {
-			// this.getUserAddr()
 			uni.$on('updateAddress', (e) => {
 				this.address = e;
 				this.addressId = e.addressId;

+ 1 - 1
pages_shopping/live/order.vue

@@ -66,7 +66,7 @@
 								<view v-if="item.isAfterSales==1" @click="refund(item)" class="button cancel">申请售后
 								</view>
 								<view
-									v-if="item.status ==3 ||item.status ==4 ||item.deliverySn"
+									v-if="item.status ==3 ||item.status ==4 ||item.deliveryCode"
 									class="button cancel" @click.stop="showDelivery(item)">查看物流</view>
 								<view v-if="item.status == 1" @click="pay(item)" class="button pay">去支付</view>
 								<view v-if="item.status == 3" @click="confirmReceipt(item)" class="button pay">确认收货