安卓通过扫码进入小程序,取小程序参数加载webview页面,webview内部有重定向跳转,不过都是https链接,在代码上也没有发现问题。偶现"不支持打开非业务域名 http://about,请重新配置"情况(下图)
二维码配置:
核心代码:
// wxml 文件
<view>
<web-view :src="url" />
</view>
// js 文件
// ...
onLoad() {
const timestamp = new Date().getTime();
if (options != null && options.q != null) {
const query = decodeURIComponent(options.q);
this.url = `${query}${query.indexOf("?") > -1 ? "&" : "?"}timestamp=${timestamp}`;
} else {
// do something
}
}
// ...
相关问题:
你好,麻烦复现一次,然后在手机微信那里上传下日志: 我->设置->帮助与反馈右上角有个上报日志的入口,麻烦提供一下微信号,时间点