Commit 5266e7e7 by zhengxiao

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

parent 016276df
......@@ -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