Mike 7 years ago
parent
commit
45b7bc9cc1
3 changed files with 3 additions and 3 deletions
  1. 1 1
      miaomiao/www/chcp.json
  2. 1 1
      miaomiao/www/chcp.manifest
  3. 1 1
      miaomiao/www/js/controllers/account.js

+ 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.08.30-18.42.01"
+  "release": "2017.08.30-18.51.44"
 }
 }

+ 1 - 1
miaomiao/www/chcp.manifest

@@ -401,7 +401,7 @@
   },
   },
   {
   {
     "file": "js/controllers/account.js",
     "file": "js/controllers/account.js",
-    "hash": "d398cdf936584f691e523a88d75dd1a4"
+    "hash": "ff2bd20a6ad1ad93a7de2ca0d39b545b"
   },
   },
   {
   {
     "file": "js/controllers/add.js",
     "file": "js/controllers/add.js",

+ 1 - 1
miaomiao/www/js/controllers/account.js

@@ -6,7 +6,7 @@
                 var scope = "snsapi_userinfo", state = "_" + (+new Date());
                 var scope = "snsapi_userinfo", state = "_" + (+new Date());
                 // Wechat.auth(scope, state, function (response) {
                 // Wechat.auth(scope, state, function (response) {
                     // alert("response:"+JSON.stringify(response));
                     // alert("response:"+JSON.stringify(response));
-                    var response={code:1231};
+                    var response={code:12311};
                     if(response.code){
                     if(response.code){
                         msg.loading('登录中...');
                         msg.loading('登录中...');
                         userService.wechat_login(response.code).then(function(result){
                         userService.wechat_login(response.code).then(function(result){