From 32ea3887fb95d85253b542ac1caf17026ca31601 Mon Sep 17 00:00:00 2001
From: mujinxia <1764373892@qq.com>
Date: Thu, 22 Feb 2024 19:54:13 +0800
Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E9=A1=B5=E9=9D=A2=E4=BF=AE?=
=?UTF-8?q?=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/news1/feedback.vue | 5 ++++-
pages/news1/setting.vue | 29 ++++++++++++++---------------
2 files changed, 18 insertions(+), 16 deletions(-)
diff --git a/pages/news1/feedback.vue b/pages/news1/feedback.vue
index 0a2f103..c37e2b3 100644
--- a/pages/news1/feedback.vue
+++ b/pages/news1/feedback.vue
@@ -131,11 +131,14 @@
+
+
+
diff --git a/pages/news1/setting.vue b/pages/news1/setting.vue
index e89ccbc..78a4a8e 100644
--- a/pages/news1/setting.vue
+++ b/pages/news1/setting.vue
@@ -30,12 +30,7 @@
手机号
-
-
-
+ {{ info.mobile }}
@@ -47,19 +42,19 @@
- 清除缓存
+ 用户服务协议
- 隐私
+ 隐私政策
- 关于
+ 关于我们
@@ -74,7 +69,7 @@
-
+
@@ -178,6 +173,8 @@ export default {
if (o.confirm) {
uni.removeStorage('token');
uni.removeStorage('userInfo');
+ uni.clearStorageSync()
+ uni.clearStorage()
uni.reLaunch({
url: '/pages/login/index'
})
@@ -219,7 +216,7 @@ page {
height: 28rpx;
}
-.box-avter {
+.box-avter {
width: 100%;
display: flex;
justify-content: space-between;
@@ -254,7 +251,8 @@ page {
height: 114rpx;
border-radius: 50%;
}
-.bottomBtn{
+
+.bottomBtn {
width: 100%;
position: fixed;
bottom: 0;
@@ -263,12 +261,13 @@ page {
z-index: 88;
background: #fff;
}
-.submitBtn {
- height: 88upx;
+
+.submitBtn {
+ height: 88upx;
line-height: 88upx;
background: #FFAAA4;
background: #FE483B;
- border-radius: 36px;
+ border-radius: 36px;
font-size: 28upx;
font-family: PingFang SC, PingFang SC;
font-weight: 500;