提交修改

This commit is contained in:
daihh
2022-10-31 18:55:28 +08:00
parent 514fb15c64
commit fa06e85906
3 changed files with 29 additions and 7 deletions

View File

@@ -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:{