zs 2 anni fa
parent
commit
501d5a7876
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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)