const users = db.collection('user')
service.js? [sm]:118 Uncaught (in promise) TypeError: users.where(...).update is not a function
at Object.checkDay (service.js? [sm]:118)
at index.js? [sm]:128
at
微信小程序开发问题解答
微信小程序开发者回答:
微信小程序端只能针对某一条记录进行更新,所以在微信小程序端使用update不能用where筛选
本文网址:http://www.91bianli.com/weixinxiaochengxu/38856.html