更新记录
1.0(2023-09-20) 下载此版本
1.0
平台兼容性
Vue2 | Vue3 |
---|---|
√ | × |
App | 快应用 | 微信小程序 | 支付宝小程序 | 百度小程序 | 字节小程序 | QQ小程序 |
---|---|---|---|---|---|---|
HBuilderX 3.8.2 | × | × | × | × | × | × |
钉钉小程序 | 快手小程序 | 飞书小程序 | 京东小程序 |
---|---|---|---|
× | × | × | × |
H5-Safari | Android Browser | 微信浏览器(Android) | QQ浏览器(Android) | Chrome | IE | Edge | Firefox | PC-Safari |
---|---|---|---|---|---|---|---|---|
× | × | × | × | × | × | × | × | × |
介绍
衣服挂在衣橱内,分类
软件架构
软件架构说明
安装教程
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']
}]
}
}