云开发-数据库中给指定doc增加属性无效
db.collection( 'CheckHistory' ).doc( this .data.checkHistoryId).update({ data: { checkOverTime: util.formatTime( new Date()) } }) |
如上代码:
我想给指定的文档中新增一个属性
无效果,应该怎么做呢
db.collection( 'CheckHistory' ).doc( this .data.checkHistoryId).update({ data: { checkOverTime: util.formatTime( new Date()) } }) |
如上代码:
我想给指定的文档中新增一个属性
无效果,应该怎么做呢