修改订单重复加载的错误
This commit is contained in:
parent
dd214e72f3
commit
ecbbdee9ce
|
@ -198,7 +198,6 @@
|
|||
that.$util.Tips({
|
||||
title: res.message
|
||||
});
|
||||
that.getOrderData();
|
||||
})
|
||||
.catch(res => {
|
||||
that.$util.Tips({
|
||||
|
|
|
@ -830,7 +830,6 @@
|
|||
}
|
||||
},
|
||||
onPullDownRefresh() {
|
||||
this.getGoods(true);
|
||||
this.list1();
|
||||
this.getUserInfo();
|
||||
this.codelist();
|
||||
|
@ -873,26 +872,6 @@
|
|||
}
|
||||
},
|
||||
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() {
|
||||
|
@ -901,7 +880,6 @@
|
|||
this.getUserInfo();
|
||||
} else {
|
||||
this.isNewUser()
|
||||
console.log('1111111111')
|
||||
}
|
||||
// this.getGoods(true);
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue