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"
})
},
请问大神,这个是因为hash路径和#wechat_redirect冲突了么?这个问题解决了么?
不能出现中文
url太长了
求解啊大神们