diff --git a/pages.json b/pages.json
index b8f4d6a..db3ee77 100644
--- a/pages.json
+++ b/pages.json
@@ -4,6 +4,14 @@
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
+ "path": "pages/Personal/Personal",
+ "style": {
+ "navigationBarTitleText": "个人中心",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#ffffff",
+ "navigationStyle": "custom"
+ }
+ },{
"path": "pages/startup/startup",
"style": {
"navigationBarTitleText": "",
@@ -124,13 +132,6 @@
"navigationBarBackgroundColor": "#ffffff",
"enablePullDownRefresh": false
}
- }, {
- "path": "pages/Personal/Personal",
- "style": {
- "navigationBarTitleText": "个人中心",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#ffffff"
- }
},
{
"path": "pages/login/login",
diff --git a/pages/Personal/Personal.vue b/pages/Personal/Personal.vue
index 09890ed..1c10b87 100644
--- a/pages/Personal/Personal.vue
+++ b/pages/Personal/Personal.vue
@@ -1,164 +1,261 @@
-
-
-
- 个人信息
+
+
+
+
+
+ {{appPersonallist.patientName}}
+
+
+ {{appPersonallist.phone}}
+
+
+ 修改信息
+
-
-
-
- 我的订单
+
+
+
+
+ 健康档案
+
+
+
+
+
+ 积分
+
+
+
+
+
+ 优惠卷
+
+
+
+
+ 商品订单
+
+
+ 查看全部
+
+
+
+
+
+
+ 待付款
+
+ {{list.waitPayCount}}
+
+
+ 99+
+
+
+
+
+ 待收货
+
+ {{list.waitReceivedGoodsCount}}
+
+
+ 99+
+
+
+
+
+ 待评价
+
+ {{list.receivedGoodsCount}}
+
+
+ 99+
+
+
+
+
+ 已完成
+
+
+
+
+
+ 护理站服务订单
+
+
+
+ 设置
+
+
+
+
-
diff --git a/pages/user/user.scss b/pages/user/user.scss
index ac4fe44..b987c63 100644
--- a/pages/user/user.scss
+++ b/pages/user/user.scss
@@ -1,6 +1,6 @@
.app {
font-size: 35rpx;
- padding: 0 0 200rpx 0;
+ padding: 150rpx 0 200rpx 0;
position: relative;
.signout{
// position: absolute;
@@ -51,7 +51,7 @@
width: 94%;
border-radius: 20rpx;
position: absolute;
- top: 250rpx;
+ top: 400rpx;
left: 3%;
color: #000000;
padding:0 0 0 0;
diff --git a/static/Tobepaid.png b/static/Tobepaid.png
index 49c967e..6ba4f01 100644
Binary files a/static/Tobepaid.png and b/static/Tobepaid.png differ
diff --git a/static/evaluated.png b/static/evaluated.png
index 8cd65fa..4960d9a 100644
Binary files a/static/evaluated.png and b/static/evaluated.png differ
diff --git a/static/finished.png b/static/finished.png
index 0b35f09..2ef3914 100644
Binary files a/static/finished.png and b/static/finished.png differ
diff --git a/static/jifen.png b/static/jifen.png
new file mode 100644
index 0000000..be885a6
Binary files /dev/null and b/static/jifen.png differ
diff --git a/static/jkda.png b/static/jkda.png
new file mode 100644
index 0000000..a57abd7
Binary files /dev/null and b/static/jkda.png differ
diff --git a/static/received.png b/static/received.png
index fd196a9..3c684ae 100644
Binary files a/static/received.png and b/static/received.png differ
diff --git a/static/user.png b/static/user.png
index 6e70dbb..dac4233 100644
Binary files a/static/user.png and b/static/user.png differ
diff --git a/static/userbeijing.png b/static/userbeijing.png
new file mode 100644
index 0000000..c1902ba
Binary files /dev/null and b/static/userbeijing.png differ
diff --git a/static/xg.png b/static/xg.png
new file mode 100644
index 0000000..4ba6bf1
Binary files /dev/null and b/static/xg.png differ
diff --git a/static/yhj.png b/static/yhj.png
new file mode 100644
index 0000000..903860e
Binary files /dev/null and b/static/yhj.png differ