- 云函数 httpapi databaseUpdate出错
接口地址 https://developers.weixin.qq.com/miniprogram/dev/wxcloud/reference-http-api/database/databaseUpdate.html 代码 { "env":"chunlin-5d5ie", "query": "db.collection(\"Question\").where({nameid:\"8\"}).update({data:{qusetion:_.pull({sort:2})}})" } 报错 {"errcode":-605101,"errmsg":"RuntimeError: cannot read property 'pull' (from line 1, col 72 to line 1, col 76)\n\n> 1 | db.collection(\"Question\").where({nameid:\"8\"}).update({data:{qusetion:_.pull({sort:2})}})\n | ^^^^ hint: [ZFNCjOLoRa-joBtBa]"} 不支持_.pull 希望尽快修复
2020-06-28 - 云函数 http api 更新记录 出错问题?
调用的这个接口https://developers.weixin.qq.com/miniprogram/dev/wxcloud/reference-http-api/database/databaseUpdate.html 代码 { "env":"chunlin-5d5ie", "query": "db.collection(\"Question\").where({nameid:\"8\"}).update({data:{question:_.pull({sort:\"2\"})}})" } 报错 {"errcode":-605101,"errmsg":"RuntimeError: cannot read property 'pull' (from line 1, col 72 to line 1, col 76)\n\n> 1 | db.collection(\"Question\").where({nameid:\"8\"}).update({data:{question:_.pull({sort:\"2\"})}})\n | ^^^^ hint: [QFNCOPI2e-EZ.J_a]"} 请问是什么问题 不能使用_,pull 吗?
2020-06-28 - wx.switchTab 的跳转问题?
真机调试和预览模式下 wx.switchTab 跳转到tabbar的时候 会出现返回到上一页在 回到 tabbar 的页面
2020-04-23