From 1662ee94e6b7ffa401f7ae84af7fd798a951a710 Mon Sep 17 00:00:00 2001 From: woody Date: Thu, 3 Jul 2025 10:02:00 +0800 Subject: [PATCH] feat(specialList): showToast add duration --- pages/specialArea/list.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/specialArea/list.vue b/pages/specialArea/list.vue index a099945..1280f43 100644 --- a/pages/specialArea/list.vue +++ b/pages/specialArea/list.vue @@ -348,6 +348,7 @@ export default { title: '购物车添加成功', icon: 'success', mask: true, + duration: 500, }) setTimeout(() => { this.$store.dispatch('getCarLength', this.specialArea).then(res => {