修改订单重复加载的错误
This commit is contained in:
parent
dd214e72f3
commit
ecbbdee9ce
|
@ -198,7 +198,6 @@
|
||||||
that.$util.Tips({
|
that.$util.Tips({
|
||||||
title: res.message
|
title: res.message
|
||||||
});
|
});
|
||||||
that.getOrderData();
|
|
||||||
})
|
})
|
||||||
.catch(res => {
|
.catch(res => {
|
||||||
that.$util.Tips({
|
that.$util.Tips({
|
||||||
|
|
|
@ -830,7 +830,6 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onPullDownRefresh() {
|
onPullDownRefresh() {
|
||||||
this.getGoods(true);
|
|
||||||
this.list1();
|
this.list1();
|
||||||
this.getUserInfo();
|
this.getUserInfo();
|
||||||
this.codelist();
|
this.codelist();
|
||||||
|
@ -873,26 +872,6 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onReady() {
|
onReady() {
|
||||||
// if (Boolean(this.$store.state.app.userInfo.service?.mer_id)) {
|
|
||||||
// isNewMer(this.$store.state.app.userInfo.uid, this.$store.state.app.userInfo.service?.mer_id).then(res => {
|
|
||||||
// if (res.data == 'true') {
|
|
||||||
// let that = this
|
|
||||||
// const query = uni.createSelectorQuery().in(this);
|
|
||||||
// query
|
|
||||||
// .select(".tools-two-img")
|
|
||||||
// .boundingClientRect((data) => {
|
|
||||||
// let info = JSON.stringify(data)
|
|
||||||
// that.elInfo = data
|
|
||||||
// // #ifdef APP-PLUS
|
|
||||||
// that.openDiver()
|
|
||||||
// // #endif
|
|
||||||
// })
|
|
||||||
// .exec();
|
|
||||||
// }
|
|
||||||
// })
|
|
||||||
// }
|
|
||||||
|
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
onShow() {
|
onShow() {
|
||||||
|
@ -901,7 +880,6 @@
|
||||||
this.getUserInfo();
|
this.getUserInfo();
|
||||||
} else {
|
} else {
|
||||||
this.isNewUser()
|
this.isNewUser()
|
||||||
console.log('1111111111')
|
|
||||||
}
|
}
|
||||||
// this.getGoods(true);
|
// this.getGoods(true);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue