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