Explorar el Código

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

yangc hace 7 años
padre
commit
0ee2b3d281
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  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