From a219db306f8e7506f4bc3c772cb813578d8b14b2 Mon Sep 17 00:00:00 2001 From: zhangds Date: Thu, 29 Feb 2024 10:57:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packkey/exchange.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packkey/exchange.html b/packkey/exchange.html index 134bb55..b6a70e4 100644 --- a/packkey/exchange.html +++ b/packkey/exchange.html @@ -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);