更新记录

1.0.6(2023-06-14)

修改示例

1.0.5(2023-06-10)

增加预览二维码

1.0.4(2023-05-25)

隐藏滚动条

查看更多

平台兼容性

Vue2 Vue3
×
App 快应用 微信小程序 支付宝小程序 百度小程序 字节小程序 QQ小程序
HBuilderX 3.1.0 × × × × ×
钉钉小程序 快手小程序 飞书小程序 京东小程序
× × × ×
H5-Safari Android Browser 微信浏览器(Android) QQ浏览器(Android) Chrome IE Edge Firefox PC-Safari
× × × × ×

liu-photo-list适用于uni-app项目的3D照片墙组件

本组件目前兼容微信小程序、H5

本组件是3D照片墙组件,样式优美好看,可点击预览照片,简单易修改,可自定义各类样式

--- 扫码预览、关注我们 ---

扫码关注公众号,查看更多插件信息,预览插件效果!

使用方式

<liu-photo-list :dataList="dataList" @change="change"></liu-photo-list>
export default {
    data() {
        return {
            dataList: [
                'https://cdn.jsdelivr.net/gh/ckcoding/PICS/PicGo1.png',
                'https://cdn.jsdelivr.net/gh/ckcoding/PICS/PicGo2.png',
                'https://cdn.jsdelivr.net/gh/ckcoding/PICS/PicGo3.png',
                'https://cdn.jsdelivr.net/gh/ckcoding/PICS/PicGo4.png',
                'https://cdn.jsdelivr.net/gh/ckcoding/PICS/PicGo5.png',
                'https://cdn.jsdelivr.net/gh/ckcoding/PICS/PicGo6.png',
                'https://cdn.jsdelivr.net/gh/ckcoding/PICS/PicGo7.png',
                'https://cdn.jsdelivr.net/gh/ckcoding/PICS/PicGo8.png',
                'https://cdn.jsdelivr.net/gh/ckcoding/PICS/PicGo1.png',
                'https://cdn.jsdelivr.net/gh/ckcoding/PICS/PicGo2.png',
                'https://cdn.jsdelivr.net/gh/ckcoding/PICS/PicGo3.png',
                'https://cdn.jsdelivr.net/gh/ckcoding/PICS/PicGo4.png',
                'https://cdn.jsdelivr.net/gh/ckcoding/PICS/PicGo5.png',
                'https://cdn.jsdelivr.net/gh/ckcoding/PICS/PicGo6.png',
                'https://cdn.jsdelivr.net/gh/ckcoding/PICS/PicGo7.png',
                'https://cdn.jsdelivr.net/gh/ckcoding/PICS/PicGo3.png',
                'https://cdn.jsdelivr.net/gh/ckcoding/PICS/PicGo4.png',
                'https://cdn.jsdelivr.net/gh/ckcoding/PICS/PicGo5.png',
                'https://cdn.jsdelivr.net/gh/ckcoding/PICS/PicGo6.png',
                'https://cdn.jsdelivr.net/gh/ckcoding/PICS/PicGo7.png',
                'https://cdn.jsdelivr.net/gh/ckcoding/PICS/PicGo8.png',
            ],
        };
    },
    methods: {
        //点击某个照片
        change(e) {
            console.log('==========', e)
        },
    }
}

属性说明

名称 类型 默认值 描述
dataList Array [] 照片墙数据
@change Function 点击照片回调事件

隐私、权限声明

1. 本插件需要申请的系统权限列表:

2. 本插件采集的数据、发送的服务器地址、以及数据用途说明:

3. 本插件是否包含广告,如包含需详细说明广告表达方式、展示频率:

许可协议

1、本插件可免费下载使用;

2、未经许可,严禁复制本插件派生同类插件上传插件市场;

3、未经许可,严禁在插件市场恶意复制抄袭本插件进行违规获利;

4、对本软件的任何使用都必须遵守这些条款,违反这些条款的个人或组织将面临法律追究。

使用中有什么不明白的地方,就向插件作者提问吧~ 我要提问