Commit 66482dcf authored by 刘帅阳's avatar 刘帅阳

Merge remote-tracking branch 'origin/master'

parents 2efef3bb ac686f6a
......@@ -147,12 +147,14 @@ import USwiper from "../../uview-ui/components/u-swiper/u-swiper.vue";
navigateToPage(e) {
console.log('1111',e)
this.linkUrl = this.topicItemList[e].linkUrl
this.$u.route({
url: '/pages/webview/webview',
params: {
linkUrl: this.linkUrl
}
});
if(this.linkUrl) {
this.$u.route({
url: '/pages/webview/webview',
params: {
linkUrl: this.linkUrl
}
});
}
},
sectionChange(index) {
this.curNow = index;
......
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