Browse Source

no message

xingzai 1 year ago
parent
commit
825594546b
1 changed files with 3 additions and 3 deletions
  1. 3 3
      controllers/home.go

+ 3 - 3
controllers/home.go

@@ -939,9 +939,9 @@ func (this *HomeController) NewList() {
 		return
 	}
 
-	if user.Mobile == "" && user.Email == "" {
-		total = pageSize
-	}
+	//if user.Mobile == "" && user.Email == "" {
+	//	total = pageSize
+	//}
 
 	page := paging.GetPaging(currentIndex, pageSize, total)
 	//Source      string    `description:"资源类型 报告 :article 、图表 :newchart、微路演 :roadshow、活动 :activity、活动视频:activityvideo、活动音频:activityvoice、专项调研活动:activityspecial"`