收藏
回答

wx.getExtConfigSync手机预览的时候获取不到数据

wx.getExtConfigSync

开发工具中能够正常获取数据,手机预览的时候获取不到数据,得到的数据是undefined


代码如下:

{

"extEnable"true,

"extAppid""wx4d7a3e72b8ac11f8",

"ext": {

"title""wechat",

"CFid""WXX201709171626481953"

}

 

CFid: function () {

let extConfig = wx.getExtConfigSync ? wx.getExtConfigSync() : {}

return extConfig.CFid

}


开发工具中的项目详情一直显示extAppidextAppid 没有授权" ,已经授权了,小程序后台已经查看到,怎么还是显示extAppid 没有授权

哪位高手指导一下,谢谢!


最后一次编辑于  2017-10-20
回答关注问题邀请回答
收藏

14 个回答

  • 大雄
    大雄
    2017-10-20


    已经授权了,小程序后台已经查看到,怎么还是显示extAppid 没有授权

    2017-10-20
    有用
    回复
  • 大雄
    大雄
    2017-10-20

    已经授权了,小程序后台已经查看到

    2017-10-20
    有用
    回复
  • 大雄
    大雄
    2017-10-20

    wx.getExtConfigSync

    开发工具中能够正常获取数据,手机预览的时候获取不到数据,得到的数据是undefined


    代码如下:

    {

    "extEnable": true,

    "extAppid": "wx4d7a3e72b8ac11f8",

    "ext": {

    "title": "wechat",

    "CFid": "WXX201709171626481953"

    }

     

    CFid: function () {

    let extConfig = wx.getExtConfigSync ? wx.getExtConfigSync() : {}

    return extConfig.CFid

    }


    开发工具中的项目详情一直显示extAppidextAppid 没有授权" 

    哪位高手指导一下,谢谢!

    2017-10-20
    有用
    回复
  • 大雄
    大雄
    2017-10-20

    开发工具中能够正常获取数据

    2017-10-20
    有用
    回复

正在加载...

登录 后发表内容