fix: 增加弹窗校验
This commit is contained in:
parent
492bcc90e0
commit
a219db306f
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue