tabbar是否支持支持在线页面
发布于 4 年前 作者 qtian 3033 次浏览 来自 问答

类似如下设置,页面并不能加载,请问tabbar不支持在线地址么?或者后续有没有可能会开放此功能,谢谢

“tabBar”: {

    “list”: [

        {

            “pagePath”: https://bank-static-stg.pingan.com.cn/platform/mobile/index.html,

            “text”: “首页”

        },

        {

            “pagePath”: “pages/logs/logs”,

            “text”: “理财”,

            “iconPath”: “./pages/images/tab.png”,

            “selectedIconPath”: “./pages/images/tab.png”

        }

    ]

}

1 回复

要使用在线网址的话,在首页的wxml里加个web-view标签不就解决了.

回到顶部