zengh
2022-03-09 5a68f7d053a13442ae3cd92bd97b3ea32ca1d4be
注册调整
1 files modified
8 ■■■■ changed files
pages/myself/myself.vue 8 ●●●● patch | view | raw | blame | history
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() {