提交 7b7a3e13 编写于 作者: 雪洛's avatar 雪洛

docs: fix syntax error

上级 3196f7ef
......@@ -844,7 +844,7 @@ action是`clientDB`的一个配套功能。它的作用是在前端发起数据
前端提交代码,必须带上action参数
```js
const db = uniCloud.database();
db.collection("user").action("changenamelog").doc("xxx").update({
db.action("changenamelog").collection("user").doc("xxx").update({
name:"newname"
})
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册