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

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"

})

},

4 回复

url太长了

求解啊大神们

请问大神,这个是因为hash路径和#wechat_redirect冲突了么?这个问题解决了么?

不能出现中文

回到顶部