style(main): 修复添加按钮逻辑
- 在添加按钮点击后增加 break 语句,避免执行后续的 sure 按钮逻辑
This commit is contained in:
@@ -20287,7 +20287,7 @@ var app;
|
||||
break;
|
||||
case this.addaddBtn:
|
||||
(this.curSelectNum = this.curItemNum), (this.enterNum.text = this.curSelectNum + "");
|
||||
|
||||
break;
|
||||
case this.sure:
|
||||
if (0 != this.itemID && this.curItem) {
|
||||
const batchUse = (num) => {
|
||||
|
||||
Reference in New Issue
Block a user