Browse Source

登录通知timeout修改

yangc 7 năm trước cách đây
mục cha
commit
6d7755ffec
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      components/mobile/loginMobile.vue
  2. 1 1
      pages/agency/index.vue

+ 1 - 1
components/mobile/loginMobile.vue

@@ -206,7 +206,7 @@
         return new Promise((resolve, reject) => {
           this.$jsonp(url, {
             name: 'successCallback',
-            timeout: 800
+            timeout: 1500
           }, function (err, data) {
             if (err) {
               reject(err)

+ 1 - 1
pages/agency/index.vue

@@ -108,7 +108,7 @@
         return new Promise((resolve, reject) => {
           this.$jsonp(url, {
             name: 'successCallback',
-            timeout: 800
+            timeout: 1500
           }, function (err, data) {
             if (err) {
               reject(err)