From ebba6ed6a6db01a27535fff7601e086b827d9498 Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Wed, 3 Sep 2025 16:27:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=BD=95=E5=85=A5=E6=88=90?= =?UTF-8?q?=E5=8A=9F=E7=9A=84=E5=8A=A0=E8=BD=BD=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- page_user/luru/bind_mac.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/page_user/luru/bind_mac.vue b/page_user/luru/bind_mac.vue index 04d1e54..a4e19a2 100644 --- a/page_user/luru/bind_mac.vue +++ b/page_user/luru/bind_mac.vue @@ -314,7 +314,6 @@ export default { // 4. 发起绑定请求 const res = await bstDevice(requestData) - // 5. 处理响应 if (res.code === 200) { uni.showToast({ @@ -340,7 +339,7 @@ export default { duration: 2000, }) } finally { - uni.hideLoading() + // uni.hideLoading() } }, qrcode() {