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; */