Пожалуйста, включите JavaScript.
Главная
Обзор
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10205501416
/
HanGouT
Следить
1
В избранное
0
Форкнуть
0
Код
Задачи
0
Pull Request'ы
0
Релизы
0
Вики
Активность
Просмотр исходного кода
上传文件至 'hangout-master/asset/components/star'
master
曹天怡
2 лет назад
Родитель
09543b4d09
Сommit
bba95691ef
4 измененных файлов
:
30 добавлений
и
0 удалений
Разделённый вид
Опции Diff
Показать статистику
Скачать Patch файл
Скачать Diff файл
+23
-0
hangout-master/asset/components/star/star.js
+4
-0
hangout-master/asset/components/star/star.json
+2
-0
hangout-master/asset/components/star/star.wxml
+1
-0
hangout-master/asset/components/star/star.wxss
+ 23
- 0
hangout-master/asset/components/star/star.js
Просмотреть файл
@ -0,0 +1,23 @@
// components/star/star.js
Component
(
{
/
*
*
*
组件的属性列表
*
/
properties
:
{
}
,
/
*
*
*
组件的初始数据
*
/
data
:
{
}
,
/
*
*
*
组件的方法列表
*
/
methods
:
{
}
}
)
+ 4
- 0
hangout-master/asset/components/star/star.json
Просмотреть файл
@ -0,0 +1,4 @@
{
"component"
:
true
,
"usingComponents"
:
{
}
}
+ 2
- 0
hangout-master/asset/components/star/star.wxml
Просмотреть файл
@ -0,0 +1,2 @@
<!--components/star/star.wxml-->
<text>components/star/star.wxml</text>
+ 1
- 0
hangout-master/asset/components/star/star.wxss
Просмотреть файл
@ -0,0 +1 @@
/* components/star/star.wxss */
Редактирование
Предпросмотр
Загрузка…
Отмена
Сохранить