web-view在在ios访问空白,加了#wechat_redirect没用
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"
})
},