唯一未调通的就是
//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配置吗?
因为页面框架比较复杂,所有config一直没配通,可能引用的页面地址没传对把,微信小程序跳转难道非得和公众号页面开发一样配置吗?有确定这个问题的吗?
使用的webview引入的H5页面?