报了这个错误[图片]
为什么我的watch总是偶尔会报错?onShow(){ this.Watch1() }, onHide(){ this.watch1.close().then(()=>{ console.log('watch1关闭成功') }).catch((err)=>{ console.error('watch1关闭失败',err) }) }, onUnload(){ this.watch1.close().then(()=>{ console.log('watch1关闭成功') }).catch((err)=>{ console.error('watch1关闭失败',err) }) }, Watch1(){ this.watch1 = db.collection('order').where({daytime:this.data.daytime,state:db.command.in(['待取件','找到','没找到','已送达'])}).watch({ onChange:res=>{ if(res.type=='init'){ console.log('watch1开始监听',res); } this.setData({ all:res.docs.length }) }, onError:err=>{ console.error(err) } }) },
04-24感觉先获取到图片的尺寸信息,然后在wxml直接style赋值计算过的长宽就能解决
图片加载时闪烁?图片在内容中加载时会有闪一下的感觉,请问大家时如何解决的
2023-04-26试了一天了,订单号是ok的 但是一直显示这个
小程序云开发退款功能一直显示订单不存在咋办?[图片][图片][图片]
2022-09-08