Commit a1d71048 authored by Achilles's avatar Achilles

Merge branch 'master' of https://git.oschina.net/gomore/vanke

parents bb5e578c cdd0c817
...@@ -29,7 +29,9 @@ ...@@ -29,7 +29,9 @@
- (void)viewDidLoad { - (void)viewDidLoad {
[super viewDidLoad]; [super viewDidLoad];
[self httpRequestGetShops]; self.arrData = [LoginShopsInstance shareInstance].arrShops;
self.results = [self.arrData mutableCopy];
// [self httpRequestGetShops];
self.title = @"选择商铺"; self.title = @"选择商铺";
[self setUPSearchBar]; [self setUPSearchBar];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment