@@ -295,7 +295,6 @@
this.clubImage = resolve.image ? resolve.image : ''
this.listQuery.userId = resolve.userId
this.listQuery.pageNum = 1;
- console.log('222222222222')
this.InitOperatorList();
})
}
@@ -86,7 +86,6 @@
},
getOrderCommodityData(){//查询订单商品信息s
- console.log('22222222222')
this.OrderService.OrderCommodityData({orderId:this.orderID}).then(response =>{
this.productList = response.data
this.isShareStatus = true