优化移动端楼层装修

This commit is contained in:
paulGao
2022-04-21 14:58:18 +08:00
parent 14d12d90e3
commit b22ad88f37
4 changed files with 29 additions and 9 deletions

View File

@@ -102,6 +102,14 @@ export function modelNavigateTo(item) {
url: `/pages/product/shopList`,
});
break;
case "外部链接":
// #ifdef H5
window.location.href = val.url;
// #endif
// #ifdef APP-PLUS
plus.runtime.openURL(val.url) //不需要拼接\
// #endif
break;
}
break;