更新记录
1.0(2023-09-20) 下载此版本
1.0
平台兼容性
uni-app
Vue2 | Vue3 | Chrome | Safari | app-vue | app-nvue | Android | iOS | 鸿蒙 |
---|---|---|---|---|---|---|---|---|
√ | - | - | - | - | - | - | - | - |
微信小程序 | 支付宝小程序 | 抖音小程序 | 百度小程序 | 快手小程序 | 京东小程序 | 鸿蒙元服务 | QQ小程序 | 飞书小程序 | 快应用-华为 | 快应用-联盟 |
---|---|---|---|---|---|---|---|---|---|---|
- | - | - | - | - | - | - | - | - | - | - |
介绍
衣服挂在衣橱内,分类
软件架构
软件架构说明
安装教程
import exhibition from '@/components/weili-exhibition/exhibition.vue'
components:{
exhibition
},
使用说明
export default {
data(){
return {
swiperList: [{
url: '../../static/2GO/7.jpg',
type: 'image',
children:[ '../../static/index/index1.png', '../../static/index/index2.png' ,'../../static/index/index3.png', '../../static/index/index4.png']
}, {
url: '../../static/2GO/7.jpg',
type: 'image',
children:[ '../../static/index/index1.png', '../../static/index/index2.png' ,'../../static/index/index1.png', '../../static/index/index2.png']
}, {
url: '../../static/2GO/7.jpg',
type: 'image',
children:[ '../../static/index/index1.png', '../../static/index/index2.png' ,'../../static/index/index3.png', '../../static/index/index4.png']
}, {
url: '../../static/2GO/7.jpg',
type: 'image',
children:[ '../../static/index/index1.png', '../../static/index/index2.png' ,'../../static/index/index1.png', '../../static/index/index2.png']
}]
}
}