This commit is contained in:
zhangsir
2024-06-26 11:09:29 +08:00
parent b973ebccc5
commit 1e28aa139f
2 changed files with 82 additions and 12 deletions

View File

@@ -284,7 +284,7 @@
<view class="item_text">
本功能针对学员所在组织岗位职级自动匹配成长路径完成本路径方可晋升
</view>
<view class="item_btn" @click="outLearnModal">
<view class="item_btn" @click="learnModal = false">
我已阅读
</view>
<view class="item_check">
@@ -444,6 +444,11 @@
$this.loadStatus = 'noMore';
}, 500);
},
watch: {
checked(){
this.outLearnModal()
}
},
methods: {
goLearn() {
uni.navigateTo({
@@ -465,7 +470,7 @@
this.checked = value
},
outLearnModal() {
this.learnModal = false
// this.learnModal = false
localStorage.setItem("checkedTrue",!this.checked)
},
reSetList() {