在小程序端使用
const $ = db.command.aggregate
db.collection('scores').aggregate()
.project({
diff: $.subtract([new Date(),new Date('1900-01-01')])
})
.end()
返回的diff是null ,普通js环境计算差值都有值啊。。请看下。。
框架类型 | 问题类型 | 终端类型 | AppID | 基础库版本 |
---|---|---|---|---|
小程序 | Bug | 微信安卓客户端 | wxd816d7118cb9a8f7 | 2.8.3 |
1 个回答
请问解决了吗,我现在也遇到这个问题