Browse Source

no message

xingzai 1 năm trước cách đây
mục cha
commit
825594546b
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  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"`