web-view在在ios访问空白,加了#wechat_redirect没用
发布于 5 年前 作者 zhaofang 19849 次浏览 来自 问答

web-view在在ios访问空白,加了#wechat_redirect没用

<web-view src=’{{url}}’></web-view>

onLoad: function (options) {

this.setData({

fid: options.fid,

mid: options.mid,

reportname: options.reportname,

url: app.globalData.ip + ‘/xcx/xcxreport?reportid=’ + options.fid + ‘&mid=’ + options.mid + ‘&openid=’ + app.globalData.openid + ‘&reportname=’ + options.reportname +"#wechat_redirect"

})

},

回到顶部