mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 03:16:42 +08:00
提交
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user