diff --git a/hangout-master/asset/components/star/star.js b/hangout-master/asset/components/star/star.js new file mode 100644 index 0000000..8ff64aa --- /dev/null +++ b/hangout-master/asset/components/star/star.js @@ -0,0 +1,23 @@ +// components/star/star.js +Component({ + /** + * 组件的属性列表 + */ + properties: { + + }, + + /** + * 组件的初始数据 + */ + data: { + + }, + + /** + * 组件的方法列表 + */ + methods: { + + } +}) diff --git a/hangout-master/asset/components/star/star.json b/hangout-master/asset/components/star/star.json new file mode 100644 index 0000000..7e37c03 --- /dev/null +++ b/hangout-master/asset/components/star/star.json @@ -0,0 +1,4 @@ +{ + "component": true, + "usingComponents": {} +} \ No newline at end of file diff --git a/hangout-master/asset/components/star/star.wxml b/hangout-master/asset/components/star/star.wxml new file mode 100644 index 0000000..95bc094 --- /dev/null +++ b/hangout-master/asset/components/star/star.wxml @@ -0,0 +1,2 @@ + +components/star/star.wxml diff --git a/hangout-master/asset/components/star/star.wxss b/hangout-master/asset/components/star/star.wxss new file mode 100644 index 0000000..2b6bb69 --- /dev/null +++ b/hangout-master/asset/components/star/star.wxss @@ -0,0 +1 @@ +/* components/star/star.wxss */ \ No newline at end of file