1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-06-12 13:19:31 +08:00

fix: 修复自定义轮播图弹窗链接跳转网页问题

This commit is contained in:
小莫唐尼
2025-06-28 15:09:56 +08:00
parent 742b51a23e
commit 6989fd8ddc
3 changed files with 7 additions and 6 deletions
+2 -1
View File
@@ -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);
}