From dc56cff23807006153930b083f6cf41da118e26c Mon Sep 17 00:00:00 2001 From: "3321822538@qq.com" <3321822538@qq.com> Date: Wed, 4 Dec 2024 16:37:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- page_components/wifilist/index.vue | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/page_components/wifilist/index.vue b/page_components/wifilist/index.vue index 4b8ec94..fec6bf2 100644 --- a/page_components/wifilist/index.vue +++ b/page_components/wifilist/index.vue @@ -606,14 +606,7 @@ content_wf() { if (!this.ssid) { uni.showToast({ - title: 'SSID不能为空', - icon: 'none' - }); - return; - } - if (!this.password) { - uni.showToast({ - title: '密码不能为空', + title: 'WIFI不能为空', icon: 'none' }); return;