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