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)