微信小程序开发工具上能从web页跳转回小程序页,真机则不行?

发布于 6 年前作者 jliu13181 次浏览最后编辑 6 年前来自 ask

唯一未调通的就是

//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 回复
uwu
uwu1 楼5 年前

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

juan38
juan382 楼4 年前

使用的webview引入的H5页面?