shizhongqi 8 месяцев назад
Родитель
Сommit
58fba4d4be
2 измененных файлов с 2 добавлено и 4 удалено
  1. 2 2
      hdApp/src/admin/order/detail.vue
  2. 0 2
      mallApp/src/pages/billing/affirmGhs.vue

+ 2 - 2
hdApp/src/admin/order/detail.vue

@@ -644,8 +644,8 @@ export default {
       
       if(platform == 'fengniao'){
         getCancelReason({hdOrderId: orderId, platform: deliveryId}).then(res => {
-          if (res.code == 1 && res.data && res.data.code == 0) {
-            this.cancelReasonList = res.data.data.reasonList;
+          if (res.code == 1 && res.data) {
+            this.cancelReasonList = res.data.reasonList;
             this.currentExpressInfo = { orderId, deliveryId };
             this.selectedCancelReasonCode = null;
             this.otherCancelReason = '';

+ 0 - 2
mallApp/src/pages/billing/affirmGhs.vue

@@ -379,8 +379,6 @@ export default {
 					that.form.showAddress = userInfo.showAddress
 
 					const openIntraCity = shopInfo.openIntraCity
-					const hcFreeKm = shopInfo.hcFreeKm
-					const hcMap = shopInfo.hcMap
 					that.form.openIntraCity = openIntraCity
 					
 					if(Number(openIntraCity) == 1 && that.form.sendType == 2){