weapp初始化
parents
Showing
.gitignore
0 → 100644
README.md
0 → 100644
api/user.js
0 → 100644
app.js
0 → 100644
app.json
0 → 100644
app.wxss
0 → 100644
assets/tabBar/cart-off.png
0 → 100644
924 Bytes
assets/tabBar/cart.png
0 → 100644
1.83 KB
1.06 KB
assets/tabBar/category.png
0 → 100644
1.62 KB
assets/tabBar/home-off.png
0 → 100644
1.31 KB
assets/tabBar/home.png
0 → 100644
1.67 KB
1.14 KB
1.65 KB
assets/tabBar/user-off.png
0 → 100644
1.63 KB
assets/tabBar/user.png
0 → 100644
1.81 KB
config/project.config.js
0 → 100644
filters/format.wxs
0 → 100644
jsconfig.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
987 Bytes
package-lock.json
0 → 100644
package.json
0 → 100644
{ | ||
"name": "weapp-base", | ||
"version": "1.0.0", | ||
"description": "midoo weapp-base project", | ||
"main": "app.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"weui-miniprogram": "^0.2.2", | ||
"miniprogram-sm-crypto": "^0.1.0" | ||
} | ||
} |
pages/custom-tab/index.js
0 → 100644
pages/custom-tab/index.json
0 → 100644
pages/custom-tab/index.wxml
0 → 100644
pages/custom-tab/index.wxss
0 → 100644
pages/home/index.js
0 → 100644
pages/home/index.json
0 → 100644
pages/home/index.wxml
0 → 100644
pages/home/index.wxss
0 → 100644
pages/login/index.js
0 → 100644
pages/login/index.json
0 → 100644
pages/login/index.wxml
0 → 100644
pages/login/index.wxss
0 → 100644
pages/user/index.js
0 → 100644
pages/user/index.json
0 → 100644
pages/user/index.wxml
0 → 100644
pages/user/index.wxss
0 → 100644
project.config.json
0 → 100644
sitemap.json
0 → 100644
typings/wx.d.ts
0 → 100644
utils/request.js
0 → 100644
utils/tools.js
0 → 100644