This commit is contained in:
zhangsir
2024-07-10 18:18:35 +08:00
parent d1061455f6
commit 046351c883
4 changed files with 17 additions and 16 deletions

View File

@@ -3,7 +3,7 @@
<view class="learn" v-if="Object.keys(detailData).length">
<view class="learn_header">
<view class="learn_left">
<text class="text">我的成长路径</text>
<text class="text">我的专业力必修</text>
<image @click="contentOn" src="../../static/images/learnpath/why.png" class="image"></image>
<view class="up_content" v-show="upContent">
<view class="text">根据您的归属组织您所在岗位职级已为您自动匹配{{detailData.growName || ''}}抓紧时间学习吧</view>
@@ -11,7 +11,7 @@
</view>
</view>
<view class="learn_right">
<text class="text">什么是成长路径</text>
<text class="text">什么是专业力必修</text>
<image @click="onLearnModal" class="image" src="../../static/images/learnpath/whyWhite.png" mode=""></image>
</view>
</view>
@@ -104,10 +104,10 @@
<u-modal :show="learnModal" :showConfirmButton="false" width="200px">
<view class="item_modal">
<view class="item_title">
成长路径说明
专业力必修说明
</view>
<view class="item_text">
本功能针对学员所在组织岗位职级自动匹配成长路径完成本路径方可晋升
本功能针对学员所在组织岗位职级自动匹配专业力必修任务完成专业力必修任务方可晋升
</view>
<view class="item_btn" @click="learnModal = false">
我已阅读
@@ -212,12 +212,13 @@
margin-bottom: 38rpx;
}
.item_text{
height: 96rpx;
height: 124rpx;
font-weight: 400;
font-size: 26rpx;
color: #333333;
line-height: 48rpx;
margin-bottom: 40rpx;
text-align: left;
}
.item_btn{
width: 220rpx;