From 0274c8a8a53562fa22c4c8c17e12ad652b435072 Mon Sep 17 00:00:00 2001 From: zhaofang <752743406@qq.com> Date: Thu, 20 Oct 2022 14:58:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Portal/interestCollection.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/Portal/interestCollection.vue b/src/components/Portal/interestCollection.vue index 057c4998..aaf68889 100644 --- a/src/components/Portal/interestCollection.vue +++ b/src/components/Portal/interestCollection.vue @@ -48,7 +48,7 @@ if(res.result == false){ this.interestCollection = true; } - if(res.result == true){this.interestCollection = true;return;} + if(res.result == true){this.interestCollection = false;return;} // 2. 判断用户是否点击过"暂不选择"按钮,如果用户点击过"暂不选择"按钮则判断点击"暂不选择"按钮天数是否大于15天,如果大于则弹出兴趣偏好框,否则不弹 let time = localStorage.getItem('notYet'+this.userInfo.aid); if(!time == '' || time != null) { @@ -124,6 +124,12 @@