xiaxiaofeng eea218740a no message | il y a 7 ans | |
---|---|---|
pages | il y a 7 ans | |
vendor | il y a 7 ans | |
LICENSE | il y a 7 ans | |
README.md | il y a 7 ans | |
app.js | il y a 7 ans | |
app.json | il y a 7 ans | |
app.wxss | il y a 7 ans | |
bower.json | il y a 7 ans | |
config.js | il y a 7 ans | |
package.json | il y a 7 ans |
本小程序包含:
wxgroup
├── LICENSE
├── README.md
├── app.js
├── app.json
├── bower.json
├── config.js
├── package.json
├── pages
│ ├── index(首页)
│ │ ├── index.js
│ │ ├── index.wxml
│ │ └── index.wxss
│ └── group
│ ├── add(新建群)
│ ├── index(群主页)
│ ├── join(我参加的群列表)
│ ├── list(我创建的群列表)
│ ├── manage(群主管理群)
│ └── user
| ├──add(用户申请加入群)
| ├──info(用户基本信息)
| ├──list(群的用户列表)
| └──shenhe(群主审批列表)
└── vendor
└── qcloud-weapp-client-sdk/
app.js
是小程序入口文件。
app.json
是小程序的微信配置,
config.js
是我们小程序自己的业务配置。