新增直播轮播组件
This commit is contained in:
29
components/videoSwiper/videoSwiper.js
Normal file
29
components/videoSwiper/videoSwiper.js
Normal file
@@ -0,0 +1,29 @@
|
||||
|
||||
/**
|
||||
* Web唐明明
|
||||
* 一个梦想做木雕手艺人的程序员
|
||||
* explain: videoSwiper
|
||||
*/
|
||||
|
||||
Component({
|
||||
/**
|
||||
* 组件的属性列表
|
||||
*/
|
||||
properties: {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 组件的初始数据
|
||||
*/
|
||||
data: {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 组件的方法列表
|
||||
*/
|
||||
methods: {
|
||||
|
||||
}
|
||||
})
|
||||
4
components/videoSwiper/videoSwiper.json
Normal file
4
components/videoSwiper/videoSwiper.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {}
|
||||
}
|
||||
2
components/videoSwiper/videoSwiper.wxml
Normal file
2
components/videoSwiper/videoSwiper.wxml
Normal file
@@ -0,0 +1,2 @@
|
||||
<!--components/videoSwiper/videoSwiper.wxml-->
|
||||
<text>components/videoSwiper/videoSwiper.wxml</text>
|
||||
1
components/videoSwiper/videoSwiper.wxss
Normal file
1
components/videoSwiper/videoSwiper.wxss
Normal file
@@ -0,0 +1 @@
|
||||
/* components/videoSwiper/videoSwiper.wxss */
|
||||
Reference in New Issue
Block a user