From 11181b59d2388ccc274d0e340b1d98992ce31cf0 Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Fri, 31 Oct 2025 13:02:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/index.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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(); }, /**