楼主我也遇到,请问是什么解决的?
申请退款接口返回的结果为,return_msg=invalid notify_url参数格式错误[图片]
2022-05-24请问楼主是这么解决 这种问题的
小程序分页加载时,时间排序是每页内单独的排序,怎么处理?小程序云开发相关,集合里有30几条消息,是通过时间来降序排序的。 一开始内容少的时候没有问题,测试时多发东西后发现排序不对。想了下是数据库中内容是时间升序的,所以获取内容的过程也是升序的,通过时间降序把内容倒过来了而已。 但是因为分页加载,第一页内获取到的内容排序后显示了。第二页的内容虽然比第一页更新,却是在第一页加载并显示后获取的,也就排在了第一页的后面,造成了我发布新内容,也会显示在后面,这个怎么处理。 比如按时间排序1到30条内容,1是最早发的,在数据库第一个,30是最后一个。加载时一页20条,第一页获取到1到20并时间降序后是20、19、...1这样显示的。第二页获取21到30并降序。最后排序后是20、19、18....1、30、29、...21而不是理想的第一页从30开始都是倒叙。 `db.collection('posts') .orderBy('created_at', 'desc') .skip(posts.length) .get`
2021-12-26请问楼主解决了吗?
小程序中如何实现路由守卫这个功能?[图片][图片] 首页加载以后,不管我点击任何按钮都会跳转到登录页面上去?
2021-08-26我也遇到了此问题,请问该如何解决
小程序申请的时候能用个体,注销的时候就要对公账户?小程序申请的时候能用个体法人银行卡,为何注销的时候就要对公账户?这样导致无法注销啊,有点不合逻辑,希望能改进
2021-06-28我今天手机端也报错,开发工具没问题 [图片]
电脑调试没问题真机调试wx.previewImage报错?Uncaught (in promise) thirdScriptError Invalid attempt to spread non-iterable instance. In order to be iterable, non-array objects must have a [Symbol.iterator]() method. TypeError: Invalid attempt to spread non-iterable instance. In order to be iterable, non-array objects must have a [Symbol.iterator]() method. at eval (eval at n.call.document (http://127.0.0.1:64664/remote-debug/runtime.js?devtools_ignore=true:1:1), <anonymous>:2:637683) at a (eval at n.call.document (http://127.0.0.1:64664/remote-debug/runtime.js?devtools_ignore=true:1:1), <anonymous>:2:637833) at eval (eval at n.call.document (http://127.0.0.1:64664/remote-debug/runtime.js?devtools_ignore=true:1:1), <anonymous>:2:1006853) at d (eval at n.call.document (http://127.0.0.1:64664/remote-debug/runtime.js?devtools_ignore=true:1:1), <anonymous>:2:678898) at c (eval at n.call.document (http://127.0.0.1:64664/remote-debug/runtime.js?devtools_ignore=true:1:1), <anonymous>:2:678582) at a (eval at n.call.document (http://127.0.0.1:64664/remote-debug/runtime.js?devtools_ignore=true:1:1), <anonymous>:2:677165) at t (eval at n.call.document (http://127.0.0.1:64664/remote-debug/runtime.js?devtools_ignore=true:1:1), <anonymous>:2:1006797) at Object.$i (eval at n.call.document (http://127.0.0.1:64664/remote-debug/runtime.js?devtools_ignore=true:1:1), <anonymous>:2:1006919) at eval (eval at n.call.document (http://127.0.0.1:64664/remote-debug/runtime.js?devtools_ignore=true:1:1), <anonymous>:2:614131) at new Promise (<anonymous>)
2020-05-19我的也是, 插耳机又音乐 拔掉耳机就没有了、 我用的是 wx.createInnerAudioContext()
IOS使用InnerAudioContext无法扬声器播放声音- 当前 Bug 的表现(可附上截图) - 预期表现 - 复现路径 - 提供一个最简复现 Demo IOS使用InnerAudioContext无法扬声器播放声音,开着相机组件,是这样 ## 没有开静音提问
2020-01-21请问一下签名 是怎么签名的?
sendBizRedPacket提示签名错误调用小程序发送红包接口,签名与https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=20_1的教程完全一致(没有转换大写而已),然后领取红包接口(https://pay.weixin.qq.com/wiki/doc/api/tools/cash_coupon.php?chapter=18_3&index=4)一直是 签名错误 [图片] [图片]
2019-12-18楼主 请问这个 签名 , 该怎么写?[图片]
请问发送小程序红包这个接口是有问题吗https://api.mch.weixin.qq.com/mmpaymkttransfers/sendminiprogramhb 调用这个发红包的接口,提示我未开通权限,但是已经开了的 [图片] [图片]
2019-12-18楼主问的问题 是 单向的红包, 不需要社区类红包 就可以实现。 要去开通商户号-产品中心-小程序红包。就可以实现你的需求。
如果小程序只有单向的给用户发红包的功能,没有双向的,那么需要申请【社交红包】类目如果小程序只有单向的给用户发红包的功能,没有双向的,那么需要申请【社交红包】类目 单向的话没有涉及到互动,也没有涉及到用户充值,这样是否不需要申请
2019-12-03楼主 解决了吗?
小程序云函数error message Internal server erro- 当前 Bug 的表现(可附上截图) - 预期表现 - 复现路径 - 提供一个最简复现 Demo 用云函数调用业务接口 在本地测试调用云函数是可以的, 部署到云函数后就一直返回Internal server error 云函数是用axios调用业务接口的 [图片] [图片] [图片] Error: errCode: -404011 cloud function execution error | errMsg: cloud.callFunction:fail requestID , cloud function service error code -501001, error message Internal server error; at cloud.callFunction api; at new e (WAService.js:1) at u (WAService.js:1) at Object.t.returnAsFinalCloudSDKError (WAService.js:1) at Function.success (WAService.js:1) at WAService.js:1 at O (WAService.js:1) at a.<anonymous> (WAService.js:1) at a.emit (WAService.js:1) at Va (WAService.js:1) at WAService.js:1 各种搜索途径都找不到相同的bug
2019-08-12