this.formData1={
user_id: this.formData.user_id,
orderNo: this.formData.orderNo,
address: this.formData.address
}
await db.collection('opendb-mall-orders').add(this.formData1)

老阿哥
- 发布:2023-01-02 16:08
- 更新:2023-01-03 21:56
- 阅读:270
产品分类: uniCloud/App
示例代码:
操作步骤:
无
无
预期结果:
无
无
实际结果:
无
无
bug描述:
迁移到阿里云商业版后,clientDb进行数据库add()操作时报错,发现是不支持字段类型object,请速检查。
原来公测版是支持的。

