Commit 5266e7e7 by zhengxiao

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

parent 016276df
...@@ -50,9 +50,9 @@ ...@@ -50,9 +50,9 @@
<view class="vip-tips"> <view class="vip-tips">
<img <img
class="vip-tips-img" class="vip-tips-img"
:src="clueData.img" :src="clueData.imageUrl"
mode="widthFix" mode="widthFix"
@tap="jumpTo(clueData.url)" @tap="jumpTo(clueData.linkUrl)"
/> />
</view> </view>
</view> </view>
...@@ -289,7 +289,7 @@ export default { ...@@ -289,7 +289,7 @@ export default {
console.log('🚀 ~ getNavData ~ res:', res) console.log('🚀 ~ getNavData ~ res:', res)
const { homeGuideList, homeClue } = res const { homeGuideList, homeClue } = res
this.navData = homeGuideList 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