From d4a9711923a3f06cfc8b5b1ff0af3d64000270e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TOP=E7=B3=AF=E7=B1=B3?= <1130395124@qq.com> Date: Thu, 23 Mar 2023 00:54:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E4=B8=80=E5=A4=84=E6=96=87?= =?UTF-8?q?=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/service/list.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/service/list.vue b/src/pages/service/list.vue index 447c4a6..f5c2e5b 100644 --- a/src/pages/service/list.vue +++ b/src/pages/service/list.vue @@ -135,7 +135,7 @@ export default { if (this.cartCount > 0) { this.$utils.toPage("/pages/service/cart"); } else { - this.$utils.toast("请添加商品到购物车"); + this.$utils.toast("请添加服务到购物车"); } }, },