代码优化
This commit is contained in:
@@ -205,9 +205,6 @@ if (buttonsFilter.length > 3) {
|
||||
buttons.value = buttonsFilter
|
||||
}
|
||||
const handlerCommand = (item: OptButton) => {
|
||||
console.log('====================================')
|
||||
console.log(item)
|
||||
console.log('====================================')
|
||||
switch (item.render) {
|
||||
case 'basicButton':
|
||||
onButtonClick(item)
|
||||
|
||||
Reference in New Issue
Block a user