1
0
다음의 미러 https://github.com/ialley-workshop-open/uni-halo.git 동기화됨 2026-06-12 21:29:31 +08:00

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

이 커밋은 다음에 포함됨:
小莫唐尼
2025-06-28 15:09:56 +08:00
부모 742b51a23e
커밋 6989fd8ddc
3개의 변경된 파일7개의 추가작업 그리고 6개의 파일을 삭제
+2 -1
파일 보기
@@ -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);
}