我也是这种情况
相册权限在app.json的写法相册权限需要在app.js里配置,我配置代码如图。 提示:无效的 appJSON["permission"]["scope.writePhotosAlbum"] 也不知道哪写错了,官方文档也没有说明
2021-11-13我的也是,半夜用户客服提问的,都没想到是接口问题,总是在找自己的原因,吐血呀。
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开发工具中,console.log(db),command中就是没有该方法呀。 怎么办?
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