收藏
回答

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

框架类型 API/组件名称 终端类型 操作系统 微信版本 基础库版本
小程序 web-view 客户端 iOS 6.6.1 191

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 个回答

  • 贺燕珍
    贺燕珍
    2018-06-14

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

    2018-06-14
    有用
    回复
  • 🐟
    🐟
    2018-04-23

    不能出现中文

    2018-04-23
    有用
    回复
  • 🐟
    🐟
    2018-04-23

    url太长了

    2018-04-23
    有用
    回复
  • 罗
    2018-01-31

    求解啊大神们

    2018-01-31
    有用
    回复
登录 后发表内容