diff --git a/pages/home/index.vue b/pages/home/index.vue index 9b1bdc3..172d2a5 100644 --- a/pages/home/index.vue +++ b/pages/home/index.vue @@ -171,11 +171,11 @@ export default { uni.$on("updateJobList", () => { that.updateJobInfo(); }); - if (uni.getStorageSync("SHOW_INVITE_ALL")) { - if (uni.getStorageSync("SHOW_INVITE_ALL") == 1 && uni.getStorageSync("SHOW_INVITE") == 1) { - that.getInviteList(); - } - } + // if (uni.getStorageSync("SHOW_INVITE_ALL")) { + // if (uni.getStorageSync("SHOW_INVITE_ALL") == 1 && uni.getStorageSync("SHOW_INVITE") == 1) { + // that.getInviteList(); + // } + // } console.log('uni.getStorageSync("apply-supplierAccount")', uni.getStorageSync("apply-supplierAccount")); that.updateJobInfo(); } @@ -779,7 +779,7 @@ export default { let that = this; that.attentionConfig.num++; - this.getInviteList(); + // this.getInviteList(); }, /**