Browse Source

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save