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