帐号
注册
密码
登录
只需一步,快速开始
关闭
安全选项
找回密码
记住我
我的中心
登录或注册新用户,开通自己的个人中心
切换到窄版
快速搜索
帖子标题
作者
版块
PageAdmin网站内容管理系统(CMS)交流论坛
»
PageAdmin使用区
»
安装及使用交流
»
搜索功能的翻页既然无法使用
PageAdmin使用区
安装及使用交流
案例交流及展示
系统改进和发展建议
系统发布及下载
用户交流区
网站技术资源区
网站营运交流
广告发布专区
返回列表
查看:
2138
|
回复:
1
搜索功能的翻页既然无法使用
[复制链接]
发送短消息
UID
60319
精华
1
查看公共资料
搜索主题
搜索帖子
hmgy
组别
PageAdmin新手
生日
帖子
29
积分
116
性别
注册时间
2018-06-23
1
#
字体大小:
t
T
发表于
2019-11-09 16:53
|
只看楼主
这是原模版代码
@{
int columnId = Html.CurrentColumnId();//当前栏目id
PageInfo pageInfo = new PageInfo()
{
PageSize = 10,//每页显示12条数据
CurrentPage = (int)ViewBag.CurrentPage //当前页码,系统预设
};
string kw = StringHelper.Format<string>(HttpContext.Current.Request.QueryString["kw"]);
int id = StringHelper.Format<int>(HttpContext.Current.Request.QueryString["ids"]);
IEnumerable<dynamic> dataList = null;
if (id == 2)
{
dataList = Html.InfoDataList(new { Table = "product" }, "title like @kw", new { kw = "%" + kw + "%" }, pageInfo);
}
else
{
dataList = Html.InfoDataList(new { Table = "news" }, "title like @kw", new { kw = "%" + kw + "%" }, pageInfo);
}
var columnContentData = Html.ColumnContentData();
string zdytitle = columnContentData.Zlmlmmc;
}
@Html.Partial("xBannerPartial")
<div class="container">
<div class="web_navs1">
@Html.Partial("subNavPartial")
</div>
<div class="web_navs1 margin-top-30 margin-bottom-30">
@Html.Partial("subNavPartial")
</div>
<div class="web_wz_wc margin-top-30 margin-bottom-30">
<div class="zlm_news_mx web_wzwc_com">
@foreach (var item in dataList)
{
string title = item.Title;
if (title.Length > 30)
{
title = title.Substring(0, 30) + "...";
}
string introduction = item.Introduction;
if (introduction.Length > 70)
{
introduction = introduction.Substring(0, 70) + "...";
}
string date = item.Thedate.ToString("dd");
string dates = item.Thedate.ToString("yyyy-MM");
string url = Html.InfoDataUrl((int)item.ColumnId, (int)item.Id);
string thumbnail = item.Thumbnail;
{
<div class="news_lis">
<div class="news_lis_date">
<span class="s1">@dates</span>
<span class="s2">-@date</span>
</div>
<a href="@url" class="titles">@title</a><br />
<div class="item">
<div class="img"><a href="@url" class="titles"><img src="@(item.Thumbnail)" /></a></div>
<div class="coms"><p style="color:#999999">@introduction</p></div>
</div>
</div>
}
}
</div>
@Html.Partial("PagebreakPartial", pageInfo)
</div>
</div>
复制代码
搜索的结果点下一页既然错误,没发现哪里错了
分享
转发
TOP
发送短消息
UID
955
精华
0
查看公共资料
搜索主题
搜索帖子
dgxyoil
中国万能
组别
PageAdmin新手
生日
帖子
60
积分
131
性别
注册时间
2009-04-24
2
#
字体大小:
t
T
发表于
2019-11-10 22:44
|
只看该用户
刚想来学习一下就看到楼主的帖子了,我试了一下,也是同样的翻页错误。。。
润滑油网www.omnipo.hk 网站收录www.omnipo.cn 网站评估www.omnipo.com.cn 网址导航www.36dir.com 快递查询www.oks.net.cn
TOP
上一主题
|
下一主题
返回列表
高级编辑器
B
Color
Image
Link
Quote
Code
Smilies
默认表情
你需要登录后才可以发帖
登录
|
注册
发表回复
查看背景广告
隐藏
发新主题
PageAdmin使用区
安装及使用交流
案例交流及展示
系统改进和发展建议
系统发布及下载
用户交流区
网站技术资源区
网站营运交流
广告发布专区
TOP
设置头像
个人资料
更改密码
用户组
收藏夹
积分
Default