feat(specialList): showToast add duration

This commit is contained in:
woody 2025-07-03 10:02:00 +08:00
parent bc5be1a9db
commit 1662ee94e6
1 changed files with 1 additions and 0 deletions

View File

@ -348,6 +348,7 @@ export default {
title: '购物车添加成功',
icon: 'success',
mask: true,
duration: 500,
})
setTimeout(() => {
this.$store.dispatch('getCarLength', this.specialArea).then(res => {