浏览代码

commit -m

zhengjinyi 4 年之前
父节点
当前提交
e9c2fc8f75
共有 2 个文件被更改,包括 0 次插入2 次删除
  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.listQuery.userId = resolve.userId
 				this.listQuery.pageNum = 1;
-				console.log('222222222222')
 				this.InitOperatorList();
 			})
 		}

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

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