Mike 7 年 前
コミット
35d20d3bf0

+ 1 - 1
miaomiao/config.xml

xqd
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='utf-8'?>
-<widget id="com.miaomiao.app" version="0.1.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+<widget id="com.miaomiao.app" version="0.1.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
     <name>瞄喵</name>
     <description>
         An Ionic Framework and Cordova project.

+ 4 - 4
miaomiao/www/js/config/config.js

xqd
@@ -1,11 +1,11 @@
 (function (app) {
     //全局配置 
     app.constant("config", {
-          server: 'http://q8.9026.com/',
-           imgServer: 'http://q8.9026.com/attachment/'
+          // server: 'http://q8.9026.com/',
+           // imgServer: 'http://q8.9026.com/attachment/'
         //server: 'http://localhost:8092/',
         //imgServer: 'http://localhost:8092/attachment/',
-        //server: 'http://miao.beiyuesi.com/',
-        //imgServer: 'http://miao.beiyuesi.com/attachment/'
+        server: 'http://miao.beiyuesi.com/',
+        imgServer: 'http://miao.beiyuesi.com/attachment/'
     });
 })(angular.module('app'));

+ 3 - 3
miaomiao/www/js/services/msgservice.js

xqd
@@ -37,9 +37,9 @@
                     template: '<ion-spinner class="nerve-loading"></ion-spinner>'
                 });
                 //超时退出
-                setTimeout(function() {
-                    $ionicLoading.hide();
-                }, 11000);
+                // setTimeout(function() {
+                //     $ionicLoading.hide();
+                // }, 11000);
             },
             alert: function (title, template) {
                 var o = {