云开发中数据库 使用 set 出现问题
在 小程序中 使用以下代码时 其中的 db.serverDate(), 会出问题
set成功后 生成的数据为:
{“options”:{“offset”:0}}
db_collection('list').doc(id) .set({ data: { start_time: db.serverDate(), }, success(res) { //console.log('eee',res.stats.updated); }, fail() { } }); |
使用 update 是可以的
不知其中有何奥秘!!!!!!!!!!!!!