代码:
await db.collection('XXXXX').where({
opid: event.userInfo.openId,
}).update({
data: {
dlcs: dlcs + 1,
dldt: db.serverDate(),
}
})
如上红线部分,update时这样自加1是不成功的,必须要先查询后再加吗?
微信小程序开发问题解答
微信小程序开发者回答:
https://developers.weixin.qq.com/miniprogram/dev/wxcloud/reference-client-api/database/command.inc.html
本文网址:http://www.91bianli.com/weixinxiaochengxu/38353.html