没有用data: { errcode: -605101, errmsg: "RuntimeError: cannot read property 'pull' (from line 1, col 112 to line 1, col 116)\n" + '\n' + `> 1 | db.collection("cat_good").doc("7rrM9FHrDoJYLnPuvqqEfLfs2JUOnC4cOunu8ZZoM2OjqrGi").update({data:{pic:db.command.pull('cloud://catshoptest-8uqdw.6361-catshoptest-8uqdw-1302337919/cat_goods/1594698835947-0.11420196133279226-Penguins.jpg')}})\n` + ' | ^^^^ hint: [0fGdOPI2e-acnEvA]' }
云函数 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-07-14我也遇到同样的问题,最后通过设置图片的样式,width和height,不知怎么得,图片就出来了
关于小程序image组件的src问题。我从服务器获取到图片的http地址,然后赋予到Image组件内。Image组件还是空的。 但是从console内点击图片路径,是能看到图片的。 不太明白问题出在哪里。 [图片] [图片] 官方能回答一下这个问题么 有没有大佬回答一下......急求。 如果我把这个路径直接写在组件里面,图片是能加载出来的,但是通过变量赋值,就不行。
2019-12-28