- 使用 <page-container> 组件后,会出现返回键锁死现象,如何解决?
现象描述:A、B、C三个页面,从A进入B后,在页面B中打开page-container,在页面容器里跳转(navigateTo)到页面C,再返回B,此时页面B左上角返回键锁死,无法返回页面A。 解锁方法:在页面B中重新打开页面容器后,页面左上角返回键就可以用了。 环境:微信开发工具 1.05.2110290、iOS 13.4.1(微信8.0.16) 开发环境和手机端、已发布的小程序都有该现象。
2021-11-11 - security.msgSecCheck接口出现问题了,这么长时间没人处理也没有人告知原因?.. ?
我的程序没问题,一直用的好好的。看到论坛上其他小程序主们也是同时间同样地问题,急急急!!!!!! Error: errCode: -404011 cloud function execution error | errMsg: cloud.callFunction:fail requestID 9ce41811-f168-11ea-a3b4-52540082eab5, cloud function service error code -504002, error message Error: errCode: -1 unknown error | errMsg: openapi.security.msgSecCheck:fail system error hint: [iDDediylRa-AdkptA] rid: 5f56cd7c-2df636be-0841cd6f =====上班时间到,问题就解决了=====
2020-09-08 - security.msgSecCheck接口出现问题了,这么长时间没人处理也没有人告知原因?.. ?
我的程序没问题,一直用的好好的。看到论坛上其他小程序主们也是同时间同样地问题,急急急!!!!!!1 =====上班时间到,问题已解决=====
2020-09-08 - 在开发工具的编辑区总会出现 <0x08> 的字符
在开发工具的编辑区经常会出现 <0x08> 的字符,有占位,是隐藏的,只有在这段代码复制上,粘贴到 sublime 上才会显示出来,不知道什么原因? 在wxml文件中不受影响,但在js文件中,有时会影响代码的执行。 [图片] [图片]
2019-07-24 - db.command.geoNear is not a function
运行如下程序时: db.collection('restaurant') .where({ location: db.command.geoNear({ geometry: db.Geo.Point(101.724945068359, 36.634250640869), minDistance: 0, maxDistance: 1000, }) }) .get() 在云开发的控制面板中,高级操作中的模板中,运行该代码,可查询到数据。 但在编译小程序后运行时,出现如下现象: VM524:1 thirdScriptError db.command.geoNear is not a function;at pages/restaurant/index/index page loadRestaurant function TypeError: db.command.geoNear is not a function at t.loadRestaurant (http://127.0.0.1:35056/appservice/pages/restaurant/index/index.js:172:35) at t.(http://127.0.0.1:35056/appservice/__dev__/WAService.js:19:7372) at t.setForm (http://127.0.0.1:35056/appservice/pages/restaurant/index/index.js:131:10) at t.(http://127.0.0.1:35056/appservice/__dev__/WAService.js:19:7372) at t.l (http://127.0.0.1:35056/appservice/__dev__/WAService.js:18:23682) at cn (http://127.0.0.1:35056/appservice/__dev__/WAService.js:19:26271) at Function.(http://127.0.0.1:35056/appservice/__dev__/WAService.js:19:27714) at http://127.0.0.1:35056/appservice/__dev__/WAService.js:18:26416 at http://127.0.0.1:35056/appservice/__dev__/WAService.js:10:16499 at n (http://127.0.0.1:35056/appservice/__dev__/WAService.js:6:7842) 求解?
2019-07-15