uniapp 仿微信朋友圈,微博晒图 图片自适应排版

export default { data() { return { imgList: [ \'../../static/bac1.jpg\', \'../../static/bac1.jpg\' ] } }, onLoad() { }, components: { imgBox }, methods: { } }

在 template 中使用组件

复制代码 <img-box :imgList=\'imgList\' :num=\'imgList.length\'></img-box> 参数说明 参数名类型说明
imgList   Array   图片数组  
num   Number   图片数量,即数组的长度  
注意

暂时不支持在nvue页面中使用

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zzyxgj.html