mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-18 15:26:45 +08:00
提交修改
This commit is contained in:
@@ -82,6 +82,7 @@
|
||||
//15天控制
|
||||
this.interestCollection = false;
|
||||
localStorage.setItem('notYet'+this.userInfo.aid,new Date());
|
||||
this.$emit('close');
|
||||
},
|
||||
...mapActions({
|
||||
getSysTypeTree: 'sysType/getSysTypeTree',
|
||||
@@ -90,6 +91,7 @@
|
||||
closeDialog() {
|
||||
//本地登录的设置
|
||||
sessionStorage.setItem('user-hobby-'+this.userInfo.aid,1);
|
||||
this.$emit('close');
|
||||
},
|
||||
saveInterest() {
|
||||
let data = []
|
||||
@@ -134,6 +136,7 @@
|
||||
});
|
||||
}
|
||||
})
|
||||
this.$emit('close');
|
||||
}
|
||||
},
|
||||
watch:{
|
||||
|
||||
Reference in New Issue
Block a user