参考这个https://developers.weixin.qq.com/community/develop/doc/000ceee9240da0438d67e0a6a56804?highLine=%25E5%25BE%25AE%25E4%25BF%25A1%25E6%259C%258B%25E5%258F%258B%25E5%259C%2588%25E9%2580%2589%25E5%259B%25BE%25E6%2595%2588%25E6%259E%259C
movable-area拖动图片排序,如何达到微信朋友圈那般效果呀?movable-area拖动图片排序,如何达到微信朋友圈那般效果呀? 代码片段:https://developers.weixin.qq.com/s/BawFJRm27GRq
2024-12-28报了这个错误[图片]
为什么我的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) } }) },
2024-04-24感觉先获取到图片的尺寸信息,然后在wxml直接style赋值计算过的长宽就能解决
图片加载时闪烁?图片在内容中加载时会有闪一下的感觉,请问大家时如何解决的
2023-04-26试了一天了,订单号是ok的 但是一直显示这个
小程序云开发退款功能一直显示订单不存在咋办?[图片][图片][图片]
2022-09-08