This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10205501416
/
HanGouT
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
上传文件至 'hangout-master/asset/components/eat'
master
曹天怡
2 years ago
parent
f676b3b376
commit
81e4beea07
4 changed files
with
30 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+23
-0
hangout-master/asset/components/eat/eat.js
+4
-0
hangout-master/asset/components/eat/eat.json
+2
-0
hangout-master/asset/components/eat/eat.wxml
+1
-0
hangout-master/asset/components/eat/eat.wxss
+ 23
- 0
hangout-master/asset/components/eat/eat.js
View File
@ -0,0 +1,23 @@
// components/eat/eat.js
Component
(
{
/
*
*
*
组件的属性列表
*
/
properties
:
{
}
,
/
*
*
*
组件的初始数据
*
/
data
:
{
}
,
/
*
*
*
组件的方法列表
*
/
methods
:
{
}
}
)
+ 4
- 0
hangout-master/asset/components/eat/eat.json
View File
@ -0,0 +1,4 @@
{
"component"
:
true
,
"usingComponents"
:
{
}
}
+ 2
- 0
hangout-master/asset/components/eat/eat.wxml
View File
@ -0,0 +1,2 @@
<!--components/eat/eat.wxml-->
<text>components/eat/eat.wxml</text>
+ 1
- 0
hangout-master/asset/components/eat/eat.wxss
View File
@ -0,0 +1 @@
/* components/eat/eat.wxss */
Write
Preview
Loading…
Cancel
Save