Commit 276167d8 authored by lujunye's avatar lujunye

分销is_show数值修正

parent 53553155
...@@ -163,7 +163,6 @@ class FX_Product_GuanLiVC: BaseViewController,UITableViewDelegate,UITableViewDat ...@@ -163,7 +163,6 @@ class FX_Product_GuanLiVC: BaseViewController,UITableViewDelegate,UITableViewDat
//MARK:--取消搜索代理 //MARK:--取消搜索代理
func clearSearchAction() { func clearSearchAction() {
print("取消搜索代理了--") print("取消搜索代理了--")
// home_list_tbv.mj_header?.beginRefreshing() // home_list_tbv.mj_header?.beginRefreshing()
} }
func searchBarTextDidEndEditing(_ searchBar: UISearchBar) { func searchBarTextDidEndEditing(_ searchBar: UISearchBar) {
...@@ -389,10 +388,10 @@ class FX_Product_GuanLiVC: BaseViewController,UITableViewDelegate,UITableViewDat ...@@ -389,10 +388,10 @@ class FX_Product_GuanLiVC: BaseViewController,UITableViewDelegate,UITableViewDat
goods_type = selectIndexArr.first! + 1 goods_type = selectIndexArr.first! + 1
switch selectIndexArr.last { switch selectIndexArr.last {
case 1: case 1:
is_show = 1 is_show = 0
break break
default: default:
is_show = 0 is_show = 1
break break
} }
......
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