新增直播轮播组件

This commit is contained in:
唐明明
2020-11-30 17:38:19 +08:00
parent 4b8baab1e5
commit f267036d9b
17 changed files with 102 additions and 66 deletions

View File

@@ -0,0 +1,29 @@
/**
* Web唐明明
* 一个梦想做木雕手艺人的程序员
* explain: videoSwiper
*/
Component({
/**
* 组件的属性列表
*/
properties: {
},
/**
* 组件的初始数据
*/
data: {
},
/**
* 组件的方法列表
*/
methods: {
}
})

View File

@@ -0,0 +1,4 @@
{
"component": true,
"usingComponents": {}
}

View File

@@ -0,0 +1,2 @@
<!--components/videoSwiper/videoSwiper.wxml-->
<text>components/videoSwiper/videoSwiper.wxml</text>

View File

@@ -0,0 +1 @@
/* components/videoSwiper/videoSwiper.wxss */