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

发布于 6 年前作者 zhaofang19997 次浏览最后编辑 6 年前来自 ask

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”

})

},

0 回复
暂无回复