mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 19:06:43 +08:00
提交
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
if(res.result == false){
|
||||
this.interestCollection = true;
|
||||
}
|
||||
if(res.result == true){this.interestCollection = false;return;}
|
||||
if(res.result == true){this.interestCollection = true;return;}
|
||||
// 2. 判断用户是否点击过"暂不选择"按钮,如果用户点击过"暂不选择"按钮则判断点击"暂不选择"按钮天数是否大于15天,如果大于则弹出兴趣偏好框,否则不弹
|
||||
let time = localStorage.getItem('notYet'+this.userInfo.aid);
|
||||
if(!time == '' || time != null) {
|
||||
|
||||
3
src/utils/bus.js
Normal file
3
src/utils/bus.js
Normal file
@@ -0,0 +1,3 @@
|
||||
import Vue from 'vue'
|
||||
const Bus = new Vue();
|
||||
export default Bus;
|
||||
Reference in New Issue
Block a user