修改订单重复加载的错误

This commit is contained in:
luofei 2024-05-18 11:15:44 +08:00
parent dd214e72f3
commit ecbbdee9ce
2 changed files with 0 additions and 23 deletions

View File

@ -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({

View File

@ -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);
}, },