diff --git a/pages/admin/cancellate_result/index.vue b/pages/admin/cancellate_result/index.vue index 2b099ac..0b633bf 100644 --- a/pages/admin/cancellate_result/index.vue +++ b/pages/admin/cancellate_result/index.vue @@ -198,7 +198,6 @@ that.$util.Tips({ title: res.message }); - that.getOrderData(); }) .catch(res => { that.$util.Tips({ diff --git a/pages/index/index.vue b/pages/index/index.vue index 187c512..6d7e46f 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -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); },