Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10205501416
/
HanGouT
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
0
Wiki
Activité
Parcourir la source
上传文件至 'hangout-master/asset/components/star'
master
曹天怡
il y a 2 ans
Parent
09543b4d09
révision
bba95691ef
4 fichiers modifiés
avec
30 ajouts
et
0 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+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
Voir le fichier
@ -0,0 +1,23 @@
// components/star/star.js
Component
(
{
/
*
*
*
组件的属性列表
*
/
properties
:
{
}
,
/
*
*
*
组件的初始数据
*
/
data
:
{
}
,
/
*
*
*
组件的方法列表
*
/
methods
:
{
}
}
)
+ 4
- 0
hangout-master/asset/components/star/star.json
Voir le fichier
@ -0,0 +1,4 @@
{
"component"
:
true
,
"usingComponents"
:
{
}
}
+ 2
- 0
hangout-master/asset/components/star/star.wxml
Voir le fichier
@ -0,0 +1,2 @@
<!--components/star/star.wxml-->
<text>components/star/star.wxml</text>
+ 1
- 0
hangout-master/asset/components/star/star.wxss
Voir le fichier
@ -0,0 +1 @@
/* components/star/star.wxss */
Écrire
Aperçu
Chargement…
Annuler
Enregistrer