Mike 7 years ago
parent
commit
299990f7be

+ 1 - 1
miaomiao/www/chcp.json

@@ -1,5 +1,5 @@
 {
 {
   "update": "now",
   "update": "now",
   "content_url": "http://i.9026.com/miaomiao",
   "content_url": "http://i.9026.com/miaomiao",
-  "release": "2017.09.13-16.18.18"
+  "release": "2017.09.13-17.02.28"
 }
 }

+ 2 - 2
miaomiao/www/chcp.manifest

@@ -393,7 +393,7 @@
   },
   },
   {
   {
     "file": "js/config/config.js",
     "file": "js/config/config.js",
-    "hash": "2912f063f9c6351bd7e3b88951b73c84"
+    "hash": "8f4884a65c00024ae26f0202ed33cb3a"
   },
   },
   {
   {
     "file": "js/config/router.js",
     "file": "js/config/router.js",
@@ -413,7 +413,7 @@
   },
   },
   {
   {
     "file": "js/controllers/my.js",
     "file": "js/controllers/my.js",
-    "hash": "76cd2f3cc2b63ddefadacc081ce34c26"
+    "hash": "f563da76770811778e9c6ef07cb959ec"
   },
   },
   {
   {
     "file": "js/controllers/tabs.js",
     "file": "js/controllers/tabs.js",

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

@@ -1,12 +1,12 @@
 (function (app) {
 (function (app) {
     //全局配置 
     //全局配置 
     app.constant("config", {
     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/',
         //server: 'http://localhost:8092/',
         //imgServer: 'http://localhost:8092/attachment/'
         //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'));
 })(angular.module('app'));

+ 2 - 2
miaomiao/www/js/controllers/my.js

@@ -400,11 +400,11 @@
                           //支付成功
                           //支付成功
                         //  $state.go('app.my');
                         //  $state.go('app.my');
                       }, function (erro) {
                       }, function (erro) {
-                          msg.alert("支付反馈失败:" + JSON.stringify(erro));
+                          // msg.alert("支付反馈失败:" + JSON.stringify(erro));
                       });
                       });
                   }, function (reason) {
                   }, function (reason) {
                       $scope.clicksub = false;
                       $scope.clicksub = false;
-                      msg.alert("支付失败:" + JSON.stringify(reason));
+                      // msg.alert("支付失败:" + JSON.stringify(reason));
                   });
                   });
               }
               }
              // msg.text("充值成功");
              // msg.text("充值成功");