This commit is contained in:
Apple 2022-07-12 22:22:14 +08:00
commit f4beb25607
1 changed files with 1 additions and 22 deletions

View File

@ -95,28 +95,7 @@ export default class addKnockGold extends Component {
}
],
//
userSelectList: [
{
key: '18481919792',
text: 'Option 1',
closable: true
},
{
key: '2',
text: 'Option 2',
closable: true
},
{
key: '3',
text: 'Option 3',
disabled: true
},
{
key: '4',
text: `君不见,黄河之水天上来,奔流到海不复回`,
closable: false
}
]
userSelectList: []
}
}