fix: 增加弹窗校验

This commit is contained in:
zhangds 2024-02-29 10:57:06 +08:00
parent 492bcc90e0
commit a219db306f
1 changed files with 4 additions and 0 deletions

View File

@ -403,6 +403,10 @@
this.reaccount = "";
},
focusFn(a) {
if (goodsDetail.available != 1) {
this.bindAvailable();
}
let ele = document.querySelector('.ipt-acc');
setTimeout(function () {
ele.scrollIntoView(false);