zs před 2 roky
rodič
revize
501d5a7876
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      pagesMy/order/afterInfo.vue

+ 0 - 1
pagesMy/order/afterInfo.vue

@@ -121,7 +121,6 @@
 								//售后详情
 								let arr = await that.$api(`/afterSale/${that.id}`, 'GET')
 								if (arr.errcode == '0') {
-									console.log(arr.data);
 									let status = that.statusList.find(i => i.value == arr.data.status)
 									if (status) arr.data.zhStatus = status.label;
 									let type = that.typeList.find(i => i.value == arr.data.type)