- 如何将云数据库里的图片提取出来并且计算宽高比,将宽高以及图片路径存进数组?
我想实现微信小程序的瀑布流布局。但是我不知道怎么把云数据库里的图片路径提取出来并且计算宽高放进目标数组中。求各位大佬帮帮忙! data: { imgData: [{ "imgSrc": "", "imgWidth": [], "imgHeight": [], }], leftList: [], rightList: [], leftHight: 0, rightHight: 0, tabbar: {} }, bindload(e) { console.log(e); var width = e.detail.width; var height = e.detail.height; var imgSrc = this.data.imgSrc; var imgWidth = this.data.imgWidth; var imgHeight = this.data.imgHeight; console.log("width", width); console.log("height", height); this.setData({ width: imgWidth, height: imgHeight, }) }, onLoad: function(options) { app.editTabbar(); const $ = db.command.aggregate db.collection('shareImgList').aggregate() .project({ first: $.arrayElemAt(['$fileIDs', 0]), }) .end().then(res => { console.log(res) this.setData({ imgData: res.list }) }) },
2021-04-11 - 开发者工具CTRL+C异常
使用开发者工具,ctrl+c不能复制粘贴,而是变成了改变输入模式 [图片]
2021-04-08 - 云存储无法加载列表,报错无法加载cosListBucket?
版本号1.05.2103192 windows64版本 我每次打开云存储都会报这个错,重新登陆、重装开发者工具都试了,还是没办法加载列表[图片]
2021-03-24