Authored by hf

code review by fei.hong: do fixes bug to shopping cart codes

@@ -30,7 +30,8 @@ class SearchData @@ -30,7 +30,8 @@ class SearchData
30 switch (APPLICATION_ENV) { 30 switch (APPLICATION_ENV) {
31 case 'production': 31 case 'production':
32 case 'release': 32 case 'release':
33 - return 'http://101.201.178.220/yohosearch/search.json'; //return 'http://100.98.132.63/yohosearch/search.json'; 33 + return 'http://search.yoho.cn/yohosearch/search.json';
  34 + //return 'http://101.201.178.220/yohosearch/search.json'; //return 'http://100.98.132.63/yohosearch/search.json';
34 case 'preview': 35 case 'preview':
35 return 'http://101.200.31.165/yohosearch/search.json'; 36 return 'http://101.200.31.165/yohosearch/search.json';
36 case 'test': 37 case 'test':