瀏覽代碼

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();
 

File diff suppressed because it is too large
+ 0 - 0
www/webapp/o2o/dist/js/config.js


File diff suppressed because it is too large
+ 0 - 0
www/webapp/o2o/dist/js/main.js


File diff suppressed because it is too large
+ 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 = '';

Some files were not shown because too many files changed in this diff