mirror of
https://github.com/ialley-workshop-open/uni-halo.git
synced 2026-06-12 21:29:31 +08:00
fix: 修复自定义轮播图弹窗链接跳转网页问题
This commit is contained in:
@@ -13,8 +13,9 @@ export default {
|
||||
};
|
||||
},
|
||||
onLoad(e) {
|
||||
const {title, url} = JSON.parse(e.query.data);
|
||||
const {title, url} = JSON.parse(e.data);
|
||||
this.webUrl = decodeURIComponent(url);
|
||||
console.log("webUrl" + this.webUrl)
|
||||
if (title) {
|
||||
this.fnSetPageTitle(title);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user