mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-18 08:25:55 +08:00
优化移动端楼层装修
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user