在云开发控制台是可以设置字段类型的,想在插入数据的时候就设置为number类型
db.collection('atest').add({
data: {
price: this.data.mount, ------》想要插入这个price字段为number类型要怎么做?
type: t,
time: y + '-' + m + '-' + d,
note: this.data.noteInput,
sort:s
},
框架类型 | 问题类型 | 终端类型 | AppID | 基础库版本 |
---|---|---|---|---|
小程序 | 需求 | 工具 | wx0cc11b237865a54f | 2.2.5 |
1 个回答
parseInt(this.data.mount)
number()之前写这个为什么不可以呢
这个问JS
哈哈哈,溜了溜了我这个菜鸟