zs преди 2 години
родител
ревизия
501d5a7876
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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)