js
//加载页面 //加载产品列表 function GetProductList() { function PostParam(param) { param.key = "lm324"; return param; } var PostExecParam = { ClassName: "AnxinE.BLL.Product.ProductInfoBLL", MethodName: "Search", ParamModelName: "AnxinE.Model.Product.ProductInfoParam", onRequest: PostParam, onResponse: function (result) { if (result != null) { var html = ""; //汇率判断 //<td>" + (result.SupplierProductList[i].ProductList[j].PriceUSD.toString() == '0' ":" + result.SupplierProductList[i].ProductList[j].PriceUSD + "</td> //展示搜索-产品信息列表 for (var i = 0; i < result.SupplierProductList.length; i++) { for (var j = 0; j < result.SupplierProductList[i].ProductList.length; j++) { //if (result.SupplierProductList[i].ProductList[j].PriceUSD!=null) { //} html += "<tr><td>" + result.SupplierProductList[i].ProductList[j].Model + "</td><td>" + result.SupplierProductList[i].ProductList[j].Manufacturer + "</td><td>" + (result.SupplierProductList[i].ProductList[j].Quantity) + "</td><td>" + result.SupplierProductList[i].ProductList[j].ShipDays + "</td><td>" + result.SupplierProductList[i].ProductList[j].MinOrderQuantity + "+</td><td>" + result.SupplierProductList[i].ProductList[i].DeliveryPoint + "</td><td>" + result.SupplierProductList[i].ProductList[j].PriceUSD + "</td><td>" + result.SupplierProductList[i].ProductList[j].PriceCNY + "</td><td><a href=''>加入购物车</td></tr><br/>"; } } //展示搜索--品牌列表 var html2 = "<h2 class='cur1'>全部</h2>"; if (result.ManufacturerList.length > 0) { for (var i = 0; i < result.ManufacturerList.length ; i++) { if (result.ManufacturerList[i].KeyName != null) { if (i < 5) { html2 += "<h2 href='javascript:void(0);' id='" + result.ManufacturerList[i].KeyName + "' onclick='Trademark(this)' >" + result.ManufacturerList[i].KeyName + "</h2>"; } } } //<a href="javascript:void(0);" id="regain_r2">收回</a> html2 += "<a href='javascript:void(0);' id='more_r2' onclick='More_r2()'>更多+</a>"; } //不删除第一个内容,将产品信息表追加 $("#r2_text2").not($(".cur1")).empty(); $("#r2_text2").append(html2); //改写品牌行 $(".tr3").empty(); $(".tr3").append(html); } } }; $.ajaxRequest(PostExecParam); };
.cshtml
<div class="secect_r"> <div class="top_right"> <ul> <li class="list1"><img src="/UploadFiles/2021-04-02/sx_03.gif">以上所述就是本文的全部内容了,希望大家能够喜欢。
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件!
如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
桃源资源网 Design By www.nqtax.com
暂无“javascript+ajax实现产品页面加载信息”评论...