Browse Source

上传文件至 'hangout-master/asset/components/wish2'

master
曹天怡 2 years ago
parent
commit
d10b7f696c
4 changed files with 30 additions and 0 deletions
  1. +23
    -0
      hangout-master/asset/components/wish2/wish2.js
  2. +4
    -0
      hangout-master/asset/components/wish2/wish2.json
  3. +2
    -0
      hangout-master/asset/components/wish2/wish2.wxml
  4. +1
    -0
      hangout-master/asset/components/wish2/wish2.wxss

+ 23
- 0
hangout-master/asset/components/wish2/wish2.js View File

@ -0,0 +1,23 @@
// components/wish2/wish2.js
Component({
/**
* 组件的属性列表
*/
properties: {
},
/**
* 组件的初始数据
*/
data: {
},
/**
* 组件的方法列表
*/
methods: {
}
})

+ 4
- 0
hangout-master/asset/components/wish2/wish2.json View File

@ -0,0 +1,4 @@
{
"component": true,
"usingComponents": {}
}

+ 2
- 0
hangout-master/asset/components/wish2/wish2.wxml View File

@ -0,0 +1,2 @@
<!--components/wish2/wish2.wxml-->
<text>components/wish2/wish2.wxml</text>

+ 1
- 0
hangout-master/asset/components/wish2/wish2.wxss View File

@ -0,0 +1 @@
/* components/wish2/wish2.wxss */

Loading…
Cancel
Save