This commit is contained in:
zhaofang
2022-10-20 14:58:36 +08:00
parent 8a8a1cd18a
commit 0274c8a8a5

View File

@@ -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 @@
</script>
<style scoped lang="scss">
::v-deep .el-dialog__close{
font-size: 26px;
color: #333333 !important;
margin-right: 44px;
margin-top: 30px;
}
::v-deep .el-button+.el-button, .el-checkbox.is-bordered+.el-checkbox.is-bordered{
margin-left: 0 !important;
}