소스 검색

user id 改回 空值

jiaomengxiao 8 년 전
부모
커밋
b35f56deed

+ 0 - 1
www/webapp/common/js/config.js

@@ -24,7 +24,6 @@ define(function (require) {
   } else {
     apiPath = 'http://api.yiguanjia.me';
   }
-  apiPath = 'http://api.yiguanjia.me';
 
   var ua = navigator.userAgent.toLowerCase();
 

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
www/webapp/o2o/dist/js/config.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
www/webapp/o2o/dist/js/main.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
www/webapp/o2o/dist/js/model/user.js


+ 1 - 1
www/webapp/o2o/js/model/user.js

@@ -8,7 +8,7 @@ define(['base', '$', 'native', 'api', 'order', 'config', 'address'], function(ba
     }
     User.instance = this;
     this.storagePrefix = 'user_';
-    this.id = '57e22bb59f5160c2048b456c';
+    this.id = '';
     this.lastID = this.getCache('lastID', null, '');
     this.name = '';
     this.mobile = '';

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.