@@ -26,11 +26,11 @@
setTimer: function () {
let _this = this
_this.showBox = true
- let timeout = 10000
+ let timeout = 1000
if (_this.title === '收藏成功' || _this.title === '取消成功') {
- timeout = 10000
+ timeout = 1500
} else {
+ timeout = 1000
}
_this.timer = setTimeout(function () {
_this.showBox = false