跳转小程序webview页面传递要打开的h5地址 先通过encodeURIComponent编码
wx.navigateTo({
url: '/pages/unitpages/web_view/web_view?url=' + encodeURIComponent(einvoiceQueryUrl)
})
webview页面再次解码
this.setData({
url:decodeURIComponent(options.url)
})
打开的链接自动带了http
http://https%3A%2F%2Fwww.chinabill.cn
只是部分用户出现这种问题,请问怎么解决。
你好,请问这个问题解决了吗? 怎么突然出现的?