662f260690cfd1e867ea3983ba08b1790a8af2f2..e5b8ad7dc614a2c36c7cf60e76b0848737764499
2022-03-09 zengh
Merge remote-tracking branch 'origin/master'
e5b8ad diff | tree
2022-03-09 zengh
注册调整
5a68f7 diff | tree
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() {