代码如上,是不是then里面不能再继续查询了?
微信小程序开发问题解答
微信小程序开发者回答:
你这写法也是牛逼 参考我这里的
const res1=await db.collection('todos').where({progress: _.gte(50)}).get();if(res1.data.length==0){const res2=await db.collection('todos').add({data:{progress: _.gte(50)}});}else{const res3=await db.collection('todos').doc('xxxxxid').update({data{code:"heheh"}});}
本文网址:http://www.91bianli.com/weixinxiaochengxu/15222.html