Browse Source

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

yangc 7 years ago
parent
commit
0ee2b3d281
1 changed files with 3 additions and 3 deletions
  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