Sfoglia il codice sorgente

Merge branch 'master' of http://git.cc-lotus.info/pointToNetwork/point-app

guhongwei 2 anni fa
parent
commit
6e8e4fe7de
2 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 1
      pagesMy/order/index.vue
  2. 0 1
      pagesMy/order/service.vue

+ 0 - 1
pagesMy/order/index.vue

@@ -251,7 +251,6 @@
 					for (let val of list) {
 						val.zhStatus = that.searchStatus(val.status)
 					}
-					console.log(list);
 					that.$set(that, `list`, list);
 					that.$set(that, `total`, res.total)
 				} else {

+ 0 - 1
pagesMy/order/service.vue

@@ -172,7 +172,6 @@
 			async search() {
 				const that = this;
 				let id = that.id;
-				console.log(id);
 				let res = await that.$api(`/orderDetail/${id}`, 'GET')
 				if (res.errcode == '0') {
 					for (let val of res.data.goods) val.goods_name = val.goods.name;