购物车(0) 我的订单 搜索
价格 销量 人气 新上架
暂无记录!
返回上级 返回首页
首页合作客服留言QQ群简版
E界,引领视界
mrpej.com @CopyRight


) strhtml.Append("" + listVo[i].book_tip + "
"); strhtml.Append("今日特价:¥" + listVo[i].book_yhjiage.ToString("f2") + " (" + WapTool.OnSale(listVo[i].book_jiage, listVo[i].book_yhjiage) + "折) ¥" + listVo[i].book_jiage.ToString("f2") + "
"); string[] xinghaolist = listVo[i].book_xinghao.Split('/'); if (xinghaolist.Length > 1) { strhtml.Append(orderStr+":"); for (int k = 0; k < xinghaolist.Length; k++) { strhtml.Append("" + xinghaolist[k] + ""); if (k != xinghaolist.Length - 1) { strhtml.Append("/"); } } } strhtml.Append("
"); if (xinghaolist.Length > 1) { strhtml.Append("查看详情 "); } else { strhtml.Append("" + orderStr + " "); } strhtml.Append(" 顾客热评(" + listVo[i].book_re.ToString() + ")"); strhtml.Append("
"); strhtml.Append(""); } if (listVo==null) { strhtml.Append("
暂无记录!
"); } strhtml.Append(""); //显示导航分页 strhtml.Append(linkURL); //显示电脑版 string isWebHtml = this.ShowWEB_list(this.classid); //看是存在html代码 if (isWebHtml != "") { string strhtml_list = strhtml.ToString(); int s = strhtml_list.IndexOf("
"); strhtml_list = strhtml_list.Substring(s, strhtml_list.Length - s); Response.Clear(); Response.Write(WapTool.ToWML(isWebHtml.Replace("[view]", strhtml_list), wmlVo)); Response.End(); } //显示广告 if (adVo.secondShowDown != "") { strhtml.Append(adVo.secondShowDown ); } //导航按钮 if (action == "search") { strhtml.Append("
"); } if (downLink != "") { strhtml.Append(downLink); } else { strhtml.Append("
"); strhtml.Append("返回上级 "); strhtml.Append("返回首页"); strhtml.Append("
"); } //strhtml.Append("
"); if (classVo.sitedowntip != "") { strhtml.Append( classVo.sitedowntip); } Response.Write(ERROR); //输出 Response.Write(WapTool.ToWML(strhtml.ToString(), wmlVo)); } //显示底部 Response.Write(WapTool.showDown(wmlVo)); %>