@@ -268,7 +268,6 @@
let _this = this
uni.chooseAddress({
success(res) {
- console.log(res);
_this.wxAddress = res
_this.getArea()
}
@@ -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 + ') '
@@ -71,7 +71,6 @@
status: this.state
}).then(res => {
uni.hideLoading();
- console.log(res)
res.rows.forEach(item => {
item.picUrl = env.filePublic + item.picUrl