Browse Source

去除多余项

hwb0 3 years ago
parent
commit
c612d4d0e5
3 changed files with 0 additions and 3 deletions
  1. 0 1
      pages/order/settlement.vue
  2. 0 1
      pages/prize/index.vue
  3. 0 1
      pages/ticket/index.vue

+ 0 - 1
pages/order/settlement.vue

@@ -268,7 +268,6 @@
 				let _this = this
 				uni.chooseAddress({
 					success(res) {
-						console.log(res);
 						_this.wxAddress = res
 						_this.getArea()
 					}

+ 0 - 1
pages/prize/index.vue

@@ -224,7 +224,6 @@
 					$http.post(`/api/v1/mp/user/mine/coupon/list?pageNum=1&pageSize=10`, {
 						status: 1
 					}).then(data => {
-						console.log(data)
 						if (res.code == 0) {
 							this.stateArr = [{
 									name: ' 实物商品 (' + res.total + ') '

+ 0 - 1
pages/ticket/index.vue

@@ -71,7 +71,6 @@
 					status: this.state
 				}).then(res => {
 					uni.hideLoading();
-					console.log(res)
 					if (res.code == 0) {
 						res.rows.forEach(item => {
 							item.picUrl = env.filePublic + item.picUrl