diff --git a/ManagerDemo.xcworkspace/xcuserdata/xmfish.xcuserdatad/UserInterfaceState.xcuserstate b/ManagerDemo.xcworkspace/xcuserdata/xmfish.xcuserdatad/UserInterfaceState.xcuserstate
index 5c1efbc..f13f0e7 100644
Binary files a/ManagerDemo.xcworkspace/xcuserdata/xmfish.xcuserdatad/UserInterfaceState.xcuserstate and b/ManagerDemo.xcworkspace/xcuserdata/xmfish.xcuserdatad/UserInterfaceState.xcuserstate differ
diff --git a/ManagerDemo/MainView/ProductView/WYDProductViewController.m b/ManagerDemo/MainView/ProductView/WYDProductViewController.m
index a03d212..fa8d8ce 100644
--- a/ManagerDemo/MainView/ProductView/WYDProductViewController.m
+++ b/ManagerDemo/MainView/ProductView/WYDProductViewController.m
@@ -132,6 +132,10 @@
[view addSubview:label];
return view;
}
+-(UIView*)tableView:(UITableView *)tableView viewForFooterInSection:(NSInteger)section
+{
+ return nil;
+}
-(CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section
{
return 30.0;
diff --git a/ManagerDemo/MainView/ProductView/WYDProductViewController.xib b/ManagerDemo/MainView/ProductView/WYDProductViewController.xib
index 3192689..4cfe740 100644
--- a/ManagerDemo/MainView/ProductView/WYDProductViewController.xib
+++ b/ManagerDemo/MainView/ProductView/WYDProductViewController.xib
@@ -15,10 +15,10 @@
-
+
-
+