db.collection('daily_mood').where({
date:timeToday
})
.update({
data:{
mood:e.tapIndex
}
})
以上代码用于更新一条数据,为啥报错: .where(...).update is not a function;
微信小程序开发问题解答
微信小程序开发者回答:
谢谢您
微信小程序开发者回答:
请仔细看文档。
微信小程序端的接口中,的确没有collection.update这个接口。
只有云端的接口才有这个接口。
本文网址:http://www.91bianli.com/weixinxiaochengxu/39251.html