Ver código fonte

移动端订单结算页图片大小提示

yangc 7 anos atrás
pai
commit
0ee2b3d281
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      components/mobile/common/RemindBox.vue

+ 3 - 3
components/mobile/common/RemindBox.vue

@@ -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 = 10000
+          timeout = 1000
         }
         _this.timer = setTimeout(function () {
           _this.showBox = false