Browse Source

commit -m

zhengjinyi 4 years ago
parent
commit
e9c2fc8f75
2 changed files with 0 additions and 2 deletions
  1. 0 1
      pages/user/operator/list.vue
  2. 0 1
      pages/user/order/order-sharelogin.vue

+ 0 - 1
pages/user/operator/list.vue

@@ -295,7 +295,6 @@
 				this.clubImage = resolve.image ? resolve.image : ''
 				this.clubImage = resolve.image ? resolve.image : ''
 				this.listQuery.userId = resolve.userId
 				this.listQuery.userId = resolve.userId
 				this.listQuery.pageNum = 1;
 				this.listQuery.pageNum = 1;
-				console.log('222222222222')
 				this.InitOperatorList();
 				this.InitOperatorList();
 			})
 			})
 		}
 		}

+ 0 - 1
pages/user/order/order-sharelogin.vue

@@ -86,7 +86,6 @@
 				})
 				})
 			},
 			},
 			getOrderCommodityData(){//查询订单商品信息s
 			getOrderCommodityData(){//查询订单商品信息s
-				console.log('22222222222')
 				this.OrderService.OrderCommodityData({orderId:this.orderID}).then(response =>{
 				this.OrderService.OrderCommodityData({orderId:this.orderID}).then(response =>{
 					this.productList = response.data
 					this.productList = response.data
 					this.isShareStatus = true
 					this.isShareStatus = true