This commit is contained in:
Gdpao
2020-08-09 19:08:12 +08:00
parent 097f7e3cba
commit 234f11eeef
22 changed files with 306 additions and 223 deletions

View File

@@ -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;
}
},