Skip to content

Commit b744e5e

Browse files
committed
update: initialize the user page
1 parent 72cee70 commit b744e5e

File tree

5 files changed

+8
-1
lines changed

5 files changed

+8
-1
lines changed

src/app.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"pages/mine/mine",
66
"pages/login/login",
77
"pages/message/message",
8-
"pages/about/about"
8+
"pages/about/about",
9+
"pages/user/user"
910
],
1011
"window": {
1112
"backgroundTextStyle": "light",

src/pages/user/user.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Page({
2+
data: {},
3+
onLoad(options) {}
4+
});

src/pages/user/user.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

src/pages/user/user.wxml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<view class="ta-c">敬请期待</view>

src/pages/user/user.wxss

Whitespace-only changes.

0 commit comments

Comments
 (0)