Commit a7894054 by 郑晓

Merge branch 'feat_course_fix_250724' into 'master'

feat(custom): 课程修改显示连接

See merge request !11
parents 016276df 5266e7e7
......@@ -50,9 +50,9 @@
<view class="vip-tips">
<img
class="vip-tips-img"
:src="clueData.img"
:src="clueData.imageUrl"
mode="widthFix"
@tap="jumpTo(clueData.url)"
@tap="jumpTo(clueData.linkUrl)"
/>
</view>
</view>
......@@ -289,7 +289,7 @@ export default {
console.log('🚀 ~ getNavData ~ res:', res)
const { homeGuideList, homeClue } = res
this.navData = homeGuideList
this.clueData = homeClue
this.clueData = homeClue[0] || {}
})
},
// 获取执业内容
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment