收藏
回答

为什么db.collection.count出来的total出来后就没了?

db.collection('comment').where({

messageid: newmessage._id

}).count().then(

res=> {

others = res.total;

console.log(others);

}

)

然后再将others赋值给其它data就没有用

回答关注问题邀请回答
收藏
登录 后发表内容
问题标签