From 5a68f7d053a13442ae3cd92bd97b3ea32ca1d4be Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Wed, 09 Mar 2022 11:24:45 +0800
Subject: [PATCH] 注册调整

---
 pages/myself/myself.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pages/myself/myself.vue b/pages/myself/myself.vue
index 3391312..ab8531e 100644
--- a/pages/myself/myself.vue
+++ b/pages/myself/myself.vue
@@ -51,10 +51,10 @@
 				showTextmsg: false,
 				textmsg: {
 					title: '提示',
-					content: '您已登录,确认登出?',
+					content: '您已登录,确认退出?',
 					contentTwo: '',
 					cancel: '取消',
-					confirm: '登出'
+					confirm: '退出'
 				},
 				inSide: [
 					// {
@@ -99,7 +99,7 @@
 						open: 'shezhi'
 					},
 					{
-						title: '登出',
+						title: '退出',
 						imgSrc: '../../static/myself/logout002.png',
 						open: 'outIn',
 					},
@@ -119,7 +119,7 @@
 				return this.$store.state.puserName;
 			},
 			butTitle() {
-				return this.$store.state.loging == true ? '登出' : '登录'
+				return this.$store.state.loging == true ? '退出' : '登录'
 			}
 		},
 		onLoad() {

--
Gitblit v1.9.3