|
@@ -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"`
|