From 384ccb8c27207f27aaf9e2eba131e151282f39d6 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Mon, 2 Feb 2026 14:12:24 +0800 Subject: [PATCH] =?UTF-8?q?fix(banner=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2-?= =?UTF-8?q?->=E7=BC=96=E8=BE=91=E7=BB=84=E4=BB=B6):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E2=80=9C=E6=88=BF=E9=97=B4=E2=80=9D=E9=80=89=E9=A1=B9=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E5=8A=9F=E8=83=BD=E5=A4=B1=E6=95=88=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/data/SearchRoomInput/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/data/SearchRoomInput/index.vue b/src/components/data/SearchRoomInput/index.vue index bb1353c..91416a9 100644 --- a/src/components/data/SearchRoomInput/index.vue +++ b/src/components/data/SearchRoomInput/index.vue @@ -163,7 +163,7 @@ export default { that.$emit("success", that.roomProfile); return; } - if (type === "LONG_ID") return; + if (this.selectType === "LONG_ID") return; that.loading = true; that