From 2d4cc20214d9bfa3f9718015241a6c97f34812e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Mon, 22 Jan 2024 16:25:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/homepage/homepage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/homepage/homepage.vue b/pages/homepage/homepage.vue index 1022b3c..132c967 100644 --- a/pages/homepage/homepage.vue +++ b/pages/homepage/homepage.vue @@ -169,7 +169,7 @@ // 家医功能提示 family() { this.$refs.uToast.show({ - title: '当前绑定地市不支持', + title: '当前绑定地市不支持,请点击左上角选择城市', type: 'error', duration: '1500', })