获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- trying to block require at wrong time?
报错的用户设备都是windows(win 7、win10、win11),具体是哪个特性在windows不支持? MiniProgramError Framework inner error: trying to block require at wrong time (scope: /, status: 1) Error: Framework inner error: trying to block require at wrong time (scope: /, status: 1)
06-11 - wx.requestPayment 无响应?
如果一个用户未开通支付功能且未绑定银行卡,在小程序中调用wx.requestPayment时会拉起微信的绑定银行卡页面,此时用户直接关闭该页面返回我的小程序,届时该api将没有任何响应返回,导致我的业务代码无法继续。 使用方法:wx.requestPayment(params).then((res)=>{console.log(res)}).catch((err)=>{console.log(err)})
2024-05-20