diff --git a/api/Personal/Personal.js b/api/Personal/Personal.js
index 6fe4213..1f3005d 100644
--- a/api/Personal/Personal.js
+++ b/api/Personal/Personal.js
@@ -5,10 +5,3 @@ export function appPersonal(patientId) {
method: 'GET'
})
}
-
-export function orderCount(patientId) {
- return request({
- url: `/nurseApp/login/orderCount?patientId=${patientId}`,
- method: 'GET'
- })
-}
diff --git a/pages/Personal/Personal.vue b/pages/Personal/Personal.vue
index 471d9d9..5beb7ee 100644
--- a/pages/Personal/Personal.vue
+++ b/pages/Personal/Personal.vue
@@ -34,12 +34,14 @@
积分
+ {{appPersonallist.integral}}
优惠卷
+ {{appPersonallist.patientCouponCount}}张
@@ -57,30 +59,32 @@
待付款
-
- {{list.waitPayCount}}
+
+ {{appPersonallist.waitPayCount}}
+ v-if="appPersonallist.waitPayCount>=100">
99+
待收货
-
- {{list.waitReceivedGoodsCount}}
+
+ {{appPersonallist.waitReceivedGoodsCount}}
+ v-if="appPersonallist.waitReceivedGoodsCount>=100">
99+
待评价
-
- {{list.receivedGoodsCount}}
+
+ {{appPersonallist.receivedGoodsCount}}
@@ -112,8 +116,7 @@