Ver código fonte

登录通知timeout修改

yangc 7 anos atrás
pai
commit
6d7755ffec
2 arquivos alterados com 2 adições e 2 exclusões
  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)