diff --git a/src/components/Portal/interestCollection.vue b/src/components/Portal/interestCollection.vue index ff16676f..b372dc7f 100644 --- a/src/components/Portal/interestCollection.vue +++ b/src/components/Portal/interestCollection.vue @@ -60,7 +60,11 @@ } // 3. 判断用户是否点击"关闭"按钮,如果点击"关闭"按钮则在当前session不在弹窗 let current_session = sessionStorage.getItem('dialog_session_show'+this.userInfo.aid); - if(current_session == 1){this.interestCollection = false;} + if(current_session == 1){ + this.interestCollection = false; + }else { + this.interestCollection = true; + } }) }, mounted() {