From 43c79cc554ead9558532b6d9c66dee99fe05959b Mon Sep 17 00:00:00 2001
From: YeMingfei666 <1619116647@qq.com>
Date: Tue, 17 Dec 2024 11:30:12 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8D=8F=E8=AE=AE=EF=BC=8C?=
=?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8B=92=E7=BB=9D=E6=8C=89=E9=92=AE=EF=BC=8C?=
=?UTF-8?q?app=E4=B8=8A=E6=8B=92=E7=BB=9D=E9=80=80=E5=87=BAapp=EF=BC=8Ch5?=
=?UTF-8?q?=E8=BF=94=E5=9B=9E=E3=80=82=20=E7=99=BB=E5=BD=95=E5=90=8E?=
=?UTF-8?q?=E4=B8=8D=E5=B1=95=E7=A4=BA=E5=90=8C=E6=84=8F=E6=8B=92=E7=BB=9D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
me/setting/mimi.vue | 28 ++++++++++++++++++++++------
me/setting/xieyi.vue | 22 +++++++++++++++++++---
2 files changed, 41 insertions(+), 9 deletions(-)
diff --git a/me/setting/mimi.vue b/me/setting/mimi.vue
index fa20443..317d791 100644
--- a/me/setting/mimi.vue
+++ b/me/setting/mimi.vue
@@ -1,9 +1,10 @@
-
- 同意
-
+
+ 拒绝
+ 同意
+
@@ -11,13 +12,23 @@
export default {
data() {
return {
- content: ''
+ content: '',
+ isLogin:false
}
},
onLoad() {
this.getGuize();
+ this.isLogin=uni.getStorageSync('token')?true:false
},
methods: {
+ cancel(){
+ // #ifdef H5
+ uni.navigateBack()
+ // #endif
+ // #ifdef APP
+ plus.runtime.quit();
+ // #endif
+ },
back(){
uni.navigateBack()
},
@@ -41,9 +52,14 @@
text-align: center;
}
.btn-box{
- padding: 30rpx 230rpx;
+ gap: 20px;
+ padding: 30rpx 130rpx;
}
- page {
+ .cancel{
+ background-color: #eee;
+ color: #999;
+ }
+ page{
/* background: #1c1b20; */
}
\ No newline at end of file
diff --git a/me/setting/xieyi.vue b/me/setting/xieyi.vue
index 5a107a9..471ff98 100644
--- a/me/setting/xieyi.vue
+++ b/me/setting/xieyi.vue
@@ -1,7 +1,8 @@
-
+
+ 拒绝
同意
@@ -11,13 +12,23 @@
export default {
data() {
return {
- content:''
+ content:'',
+ isLogin:false
}
},
onLoad() {
this.getGuize();
+ this.isLogin=uni.getStorageSync('token')?true:false
},
methods: {
+ cancel(){
+ // #ifdef H5
+ uni.navigateBack()
+ // #endif
+ // #ifdef APP
+ plus.runtime.quit();
+ // #endif
+ },
back(){
uni.navigateBack()
},
@@ -47,7 +58,12 @@
text-align: center;
}
.btn-box{
- padding: 30rpx 230rpx;
+ gap: 20px;
+ padding: 30rpx 130rpx;
+ }
+ .cancel{
+ background-color: #eee;
+ color: #999;
}
page{
/* background: #1c1b20; */