微信小程序开发工具上能从web页跳转回小程序页,真机则不行?
发布于 5 年前 作者 jliu 12928 次浏览 来自 问答

唯一未调通的就是

//wx.config({

//    debug: false,

//    appId: ‘wx4c3840060e3d460d’,

//    timestamp: ‘@ViewBag.wx_timestamp’,

//    nonceStr: ‘@ViewBag.wx_nonceStr’,

//    signature: ‘@ViewBag.wx_signature’,

//    jsApiList: [

//        ‘checkJsApi’,

//        ‘closeWindow’,

//        ‘scanQRCode’,

//        ‘chooseWXPay’

//    ]

//});

微信小程序中web页跳回小程序页需要config配置吗?

2 回复

因为页面框架比较复杂,所有config一直没配通,可能引用的页面地址没传对把,微信小程序跳转难道非得和公众号页面开发一样配置吗?有确定这个问题的吗?

使用的webview引入的H5页面?

回到顶部