From ebf8adf2489572af011586fa64f72ecf6c205c37 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com>
Date: Fri, 3 Mar 2023 14:53:28 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/Personal/Personal.vue | 12 +++++++-----
pages/coupon/coupon.vue | 4 ++++
pages/integral/integral.vue | 16 ++++++++--------
pages/modify/modify.vue | 2 +-
4 files changed, 20 insertions(+), 14 deletions(-)
diff --git a/pages/Personal/Personal.vue b/pages/Personal/Personal.vue
index 9bb975e..d91c9aa 100644
--- a/pages/Personal/Personal.vue
+++ b/pages/Personal/Personal.vue
@@ -9,12 +9,14 @@
{{appPersonallist.patientName}}
-
+
{{appPersonallist.age}}
- 岁
-
- {{appPersonallist.sex=='MALE'?'男':''}}
- {{appPersonallist.sex=='FEMALE'?'女':''}}
+
+
+ 岁
+
+ {{appPersonallist.sex=='MALE'?'男':''}}
+ {{appPersonallist.sex=='FEMALE'?'女':''}}
diff --git a/pages/coupon/coupon.vue b/pages/coupon/coupon.vue
index 4140e39..18274c2 100644
--- a/pages/coupon/coupon.vue
+++ b/pages/coupon/coupon.vue
@@ -12,6 +12,10 @@
+
+ 全部
+
+ |
未使用
diff --git a/pages/integral/integral.vue b/pages/integral/integral.vue
index 8d84e31..d482622 100644
--- a/pages/integral/integral.vue
+++ b/pages/integral/integral.vue
@@ -801,15 +801,15 @@
.btn {
text-align: center;
- width: 121rpx;
- height: 44rpx;
+ width: 120rpx;
+ height: 50rpx;
background: #FFFFFF;
border-radius: 22rpx;
position: absolute;
right: 30rpx;
top: 58rpx;
- line-height: 44rpx;
- font-size: 22rpx;
+ line-height: 50rpx;
+ font-size: 28rpx;
color: #557BC2;
}
@@ -866,15 +866,15 @@
position: absolute;
right: 40rpx;
top: 140rpx;
- width: 139rpx;
- height: 44rpx;
+ width: 150rpx;
+ height: 50rpx;
background: #557BC2;
border-radius: 22rpx;
color: #fff;
text-align: center;
- font-size: 22rpx;
+ font-size: 28rpx;
color: #FFFFFF;
- line-height: 44rpx;
+ line-height: 50rpx;
}
.jifen {
diff --git a/pages/modify/modify.vue b/pages/modify/modify.vue
index 009d06d..2091c7d 100644
--- a/pages/modify/modify.vue
+++ b/pages/modify/modify.vue
@@ -25,7 +25,7 @@
-->
出生日期:
-
+
{{appPersonallist.birthDate}}