We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72cee70 commit b744e5eCopy full SHA for b744e5e
src/app.json
@@ -5,7 +5,8 @@
5
"pages/mine/mine",
6
"pages/login/login",
7
"pages/message/message",
8
- "pages/about/about"
+ "pages/about/about",
9
+ "pages/user/user"
10
],
11
"window": {
12
"backgroundTextStyle": "light",
src/pages/user/user.js
@@ -0,0 +1,4 @@
1
+Page({
2
+ data: {},
3
+ onLoad(options) {}
4
+});
src/pages/user/user.json
@@ -0,0 +1 @@
+{}
src/pages/user/user.wxml
+<view class="ta-c">敬请期待</view>
src/pages/user/user.wxss
0 commit comments