@@ -163,6 +163,8 @@
[hud dismiss];
if (weakSelf.refreshControl.isRefreshing) {
[weakSelf.refreshControl endRefreshing];
+
+ weakSelf.detailTableView.contentOffset = CGPointZero;
}
if (weakSelf) {
@@ -151,6 +151,8 @@ typedef enum {
+ weakSelf.homeMoreTableView.contentOffset = CGPointZero;
@@ -247,6 +247,8 @@
+ weakSelf.homeOrderTableView.contentOffset = CGPointZero;
@@ -220,6 +220,8 @@
+ weakSelf.orderEditTableView.contentOffset = CGPointZero;