@@ -295,7 +295,7 @@ func (this *ReportController) IndustryList() {
resp.List = list
resp.Paging = page
//如果不感兴趣有值,而且展开按钮没有展开,就放出展开按钮
- if len(industrialUninterested) > 0 && isOpen == 0 && page.IsEnd {
+ if len(industrialUninterested) > 0 && isOpen == 0 {
resp.IsShowOpen = true
}
br.Ret = 200