From b7814ac0cbdadbf923c9743d8613e638c9bb5f9d Mon Sep 17 00:00:00 2001
From: mujinxia <1764373892@qq.com>
Date: Sat, 24 Feb 2024 10:47:47 +0800
Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=86=B2=E7=AA=81=EF=BC=8C?=
=?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=90=88=E5=B9=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/news1/feedback.vue | 24 ++++++++++++-----------
pages/news1/setting.vue | 42 ++++++++++++++++++++++------------------
2 files changed, 36 insertions(+), 30 deletions(-)
diff --git a/pages/news1/feedback.vue b/pages/news1/feedback.vue
index 672b864..36cce0e 100644
--- a/pages/news1/feedback.vue
+++ b/pages/news1/feedback.vue
@@ -41,8 +41,8 @@
-
+
-
+
@@ -105,14 +105,17 @@
close-text="展开">
+
+ 反馈人: {{ item.user_name }}
+
- {{ item.created_at }}
+ 反馈时间: {{ item.created_at }}
-
+
{{ item.replay_at }}
@@ -127,7 +130,7 @@
-
+
@@ -563,8 +566,7 @@ page {
// width: calc(100% - 100rpx);
.fbFlag {
background: #FFFFFF;
- border-radius: 3px;
- opacity: 1;
+ border-radius: 3px;
padding: 5rpx;
border: 1px solid #FF4D4D;
font-size: 26rpx;
@@ -572,6 +574,7 @@ page {
font-weight: 500;
color: #FF4D4D;
flex-shrink: 1;
+ margin-right: 20rpx;
}
.fbFlag2 {
@@ -591,8 +594,7 @@ page {
overflow: hidden;
text-overflow: ellipsis;
color: #000;
- font-weight: bold;
- margin-left: 20rpx;
+ font-weight: bold;
}
}
diff --git a/pages/news1/setting.vue b/pages/news1/setting.vue
index e89ccbc..103a765 100644
--- a/pages/news1/setting.vue
+++ b/pages/news1/setting.vue
@@ -30,12 +30,7 @@
手机号
-
-
-
+ {{ info.mobile }}
@@ -45,21 +40,21 @@
-
+
- 清除缓存
+ 用户服务协议
-
+
- 隐私
+ 隐私政策
-
+
- 关于
+ 关于我们
@@ -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'
})
@@ -185,9 +182,14 @@ export default {
}
});
},
+ toTextPage(n) {
+ uni.navigateTo({
+ url: "/pages/news1/text?pageFlag=" + n
+ })
+ },
bindPickerInvoice() {
uni.navigateTo({
- url: "/pages/invoice/index"
+ url: "/pages/invoice/indexset"
})
},
bindPickerChange(e) {
@@ -219,7 +221,7 @@ page {
height: 28rpx;
}
-.box-avter {
+.box-avter {
width: 100%;
display: flex;
justify-content: space-between;
@@ -254,7 +256,8 @@ page {
height: 114rpx;
border-radius: 50%;
}
-.bottomBtn{
+
+.bottomBtn {
width: 100%;
position: fixed;
bottom: 0;
@@ -263,12 +266,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;