onAddToFavorites(res) {
// webview 页面返回 webViewUrl
console.log('webViewUrl: ', res.webViewUrl)
return {
title: '自定义标题',
imageUrl: 'http://demo.png',
query: 'name=xxx&age=xxx',
}
}
点击小程序右上角收藏按钮,返回Object里获取不到webViewUrl值,而且在ios手机上,点击web-view页面收藏后,打开是空白的,在安卓手机上点击
web-view页面收藏,打开收藏页面,会在url地址https协议前面自动加上一个http,所以页面访问失败。
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。