Authored by zhangxiaoru

支付页面图片调整

@@ -36,10 +36,9 @@ class SearchData @@ -36,10 +36,9 @@ class SearchData
36 // return 'http://101.200.31.165/yohosearch/search.json'; 36 // return 'http://101.200.31.165/yohosearch/search.json';
37 return 'http://192.168.10.64:8080/yohosearch/search.json'; 37 return 'http://192.168.10.64:8080/yohosearch/search.json';
38 case 'testing': 38 case 'testing':
39 -// return 'http://testing.yohoops.org/yohosearch/search.json';  
40 case 'developer': 39 case 'developer':
41 default: 40 default:
42 - return 'http://searchyohoops.yohobuy.com/yohosearch/search.json'; 41 + return 'http://192.168.102.216:8080/yohosearch/sortgroup.json';
43 } 42 }
44 } 43 }
45 44