feat(specialList): showToast add duration
This commit is contained in:
parent
bc5be1a9db
commit
1662ee94e6
|
@ -348,6 +348,7 @@ export default {
|
|||
title: '购物车添加成功',
|
||||
icon: 'success',
|
||||
mask: true,
|
||||
duration: 500,
|
||||
})
|
||||
setTimeout(() => {
|
||||
this.$store.dispatch('getCarLength', this.specialArea).then(res => {
|
||||
|
|
Loading…
Reference in New Issue