From 858f8a68e9d506d46167b90051f17aa618f419a0 Mon Sep 17 00:00:00 2001
From: wangweidong <850489345@qq.com>
Date: Mon, 2 Mar 2026 13:13:10 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/addstaff/successpush.vue | 11 ++++++-----
pages/addsupplier/successpush.vue | 9 +++++----
pages/login/specialsmall.vue | 19 ++++++++++---------
pages/oldmanindex/oldmansuccess.vue | 16 +++++++++-------
4 files changed, 30 insertions(+), 25 deletions(-)
diff --git a/pages/addstaff/successpush.vue b/pages/addstaff/successpush.vue
index 4f02eb6..97cf3fa 100644
--- a/pages/addstaff/successpush.vue
+++ b/pages/addstaff/successpush.vue
@@ -12,13 +12,12 @@
- {{ uni.getStorageSync('isstaffchange') ? '尊敬的用户,您好!您的个人信息已提交' : '尊敬的用户,您的员工入驻申请已提交成功' }}
-
+ {{ uni.getStorageSync('isstaffchange') ? '尊敬的用户,您好!您的个人信息已提交' : '尊敬的用户,您的员工入驻申请已提交成功' }},
+ {{ uni.getStorageSync('isstaffchange')?`请等待机构审核`:`欢迎加入护理单元大家庭` }} !
- {{ uni.getStorageSync('isstaffchange')?`请等待机构审核`:`欢迎加入护理单元大家庭` }}
- !
+
@@ -129,16 +128,18 @@
.small-title {
margin-bottom: 10rpx;
font-size: 28rpx;
+ width: 80%;
+ text-indent: 53rpx;
}
.normal {
- padding: 0 70rpx;
font-size: 28rpx;
margin-bottom: 20rpx;
display: flex;
align-items: center;
line-height: 50rpx;
text-align: left;
+ width: 80%;
}
.title-photo {
diff --git a/pages/addsupplier/successpush.vue b/pages/addsupplier/successpush.vue
index 84d0f35..d155718 100644
--- a/pages/addsupplier/successpush.vue
+++ b/pages/addsupplier/successpush.vue
@@ -12,13 +12,12 @@
- {{ uni.getStorageSync('isstaffchange') ? '尊敬的用户,您的供应商变更信息已提交,' : '尊敬的用户,您的供应商入驻申请已提交成功' }}
-
+ {{ uni.getStorageSync('isstaffchange') ? '尊敬的用户,您的供应商变更信息已提交,' : '尊敬的用户,您的供应商入驻申请已提交成功' }},
+ {{ uni.getStorageSync('isstaffchange')?`请等待审核!`:`请等待审核!` }}!
+
- {{ uni.getStorageSync('isstaffchange')?`请等待审核!`:`请等待审核!` }}
- !
@@ -129,6 +128,8 @@
.small-title {
margin-bottom: 10rpx;
font-size: 28rpx;
+ width: 80%;
+ text-indent: 53rpx;
}
.normal {
diff --git a/pages/login/specialsmall.vue b/pages/login/specialsmall.vue
index e5bb8ca..46e2a1e 100644
--- a/pages/login/specialsmall.vue
+++ b/pages/login/specialsmall.vue
@@ -2,16 +2,16 @@
-
+
{{ uni.getStorageSync('isstaffchange') ? '变更信息已提交' : '提交成功' }}
- 尊敬的用户,您的机构{{ special?`变更`:`加盟` }}申请已成功提交
+ 尊敬的用户,您的机构{{ uni.getStorageSync('isstaffchange') ? `变更`:`加盟` }}申请已成功提交,请耐心等待审核结果!
- 请耐心等待审核结果!
+
@@ -79,15 +79,16 @@
margin-top: -50rpx;
position: relative;
- .white-font {
- font-size: 38rpx;
- font-weight: 600;
- margin-top: 40rpx;
- }
+
}
}
-
+ .white-font {
+ margin-bottom: 10rpx;
+ font-size: 28rpx;
+ width: 80%;
+ text-indent: 53rpx;
+ }
.bottom-button {
position: absolute;
left: 50%;
diff --git a/pages/oldmanindex/oldmansuccess.vue b/pages/oldmanindex/oldmansuccess.vue
index e14e70f..4bb9840 100644
--- a/pages/oldmanindex/oldmansuccess.vue
+++ b/pages/oldmanindex/oldmansuccess.vue
@@ -7,11 +7,11 @@
{{ uni.getStorageSync('isstaffchange') ? '变更信息已提交' : '提交成功' }}
- 尊敬的用户,您已成功{{ ischange? '修改':"添加" }}{{ isjianhu?`监护人`: `长者` }}信息
+ 尊敬的用户,您已成功{{ ischange? '修改':"添加" }}{{ isjianhu?`监护人`: `长者` }}信息{{ ischange? ',请等待机构审核':"" }}
- {{ ischange? '请等待机构审核':"" }}
+
@@ -98,11 +98,7 @@
margin-top: -50rpx;
position: relative;
- .white-font {
- font-size: 38rpx;
- font-weight: 600;
- margin-top: 40rpx;
- }
+
.bottom-font {
position: absolute;
@@ -114,6 +110,12 @@
}
}
}
+ .white-font {
+ margin-bottom: 10rpx;
+ font-size: 28rpx;
+ width: 80%;
+ text-indent: 53rpx;
+ }
.bottom-button {
position: absolute;
left: 50%;