diff --git a/src/pages.json b/src/pages.json
index ea0be42c81e757235d39d8c364627e85bb1d58fd..12ef77fa5f84822f0beb0a078b878e22c908e09e 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -53,6 +53,12 @@
"text": "我的",
"icon": "i-ic-baseline-person",
"iconType": "unocss"
+ },
+ {
+ "pagePath": "pages/person-center/index",
+ "text": "我的信息",
+ "icon": "i-ic-baseline-person",
+ "iconType": "unocss"
}
]
},
@@ -135,6 +141,14 @@
"navigationBarTitleText": "用户信息"
}
},
+ {
+ "path": "pages/person-center/index",
+ "type": "page",
+ "layout": "tabbar",
+ "style": {
+ "navigationBarTitleText": "我的信息"
+ }
+ },
{
"path": "pages/role/index",
"type": "page"
diff --git a/src/pages/person-center/index.vue b/src/pages/person-center/index.vue
new file mode 100644
index 0000000000000000000000000000000000000000..aafd993a9175a408cd9da484f669c57db352d6eb
--- /dev/null
+++ b/src/pages/person-center/index.vue
@@ -0,0 +1,296 @@
+
+{
+ layout: 'tabbar',
+ style: {
+ navigationBarTitleText: '我的信息'
+ }
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 王文斌(芋艿)
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 会员
+
+
+ 未开通 >
+
+
+
+
+
+
+
+
+
+
+ 权益
+
+
+ 2积分待领取 >
+
+
+
+
+
+
+
+
+
+
+ 我的动态
+
+
+ >
+
+
+
+
+
+
+
+
+ 钱包(支付宝)
+
+
+ >
+
+
+
+
+
+
+
+
+ 收藏
+
+
+ >
+
+
+
+
+
+
+
+
+
+
+ 发现
+
+
+ >
+
+
+
+
+
+
+
+
+ 广场
+
+
+ >
+
+
+
+
+
+
+
+
+
diff --git a/src/static/icons/edit.png b/src/static/icons/edit.png
new file mode 100644
index 0000000000000000000000000000000000000000..45e44615385eec82e923485eec32fa26c9fc667e
Binary files /dev/null and b/src/static/icons/edit.png differ
diff --git a/src/static/icons/gift.png b/src/static/icons/gift.png
new file mode 100644
index 0000000000000000000000000000000000000000..b7bc14da6ab3efb50c6a1a7ad0f3cbb0bfde09d3
Binary files /dev/null and b/src/static/icons/gift.png differ
diff --git a/src/static/icons/member.png b/src/static/icons/member.png
new file mode 100644
index 0000000000000000000000000000000000000000..4a9e8696cd9c7aa7f8e983a4389acd49eaac474a
Binary files /dev/null and b/src/static/icons/member.png differ
diff --git a/src/static/images/jdavatar.jpg b/src/static/images/jdavatar.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..82547721dc2675ba774bba993b28407bc6c1f16b
Binary files /dev/null and b/src/static/images/jdavatar.jpg differ