gdpao
This commit is contained in:
@@ -33,11 +33,12 @@
|
||||
fontSize: 24
|
||||
},
|
||||
sheetStatus: false,
|
||||
list: [{
|
||||
text: '换个账号登录',
|
||||
color: '#FF780F',
|
||||
fontSize: 28
|
||||
},
|
||||
list: [
|
||||
// {
|
||||
// text: '换个账号登录',
|
||||
// color: '#FF780F',
|
||||
// fontSize: 28
|
||||
// },
|
||||
{
|
||||
text: '退出登录',
|
||||
color: '#FF780F',
|
||||
@@ -78,7 +79,7 @@
|
||||
// 退出登录选择 0:切换账号 | 1:退出登录
|
||||
choiceOption(index) {
|
||||
console.log(index);
|
||||
if (index == 1) {
|
||||
if (index == 0) {
|
||||
this.show = true;
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user