pro-list.html 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1, user-scalable=no">
  6. <meta name="apple-mobile-web-app-capable" content="yes">
  7. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  8. <title>产品类型</title>
  9. <link rel="stylesheet" type="text/css" href="css/mui.min.css" />
  10. <link rel="stylesheet" type="text/css" href="css/iconfont.css" />
  11. <link rel="stylesheet" type="text/css" href="css/main.css" />
  12. <style>
  13. .my-picker {
  14. max-height: none;
  15. background-color: rgba(0, 0, 0, .5);
  16. }
  17. .my-btn-buy-know{width: 50%;border-radius: 0;bottom: 0;height: 50px; border:1px solid #727171;}
  18. .my-btn-buy-cancel{width: 50%;border-radius: 0;bottom: 0;height: 50px;}
  19. </style>
  20. </head>
  21. <body>
  22. <header class="mui-bar mui-bar-nav">
  23. <div id="pro-menu" class="mui-segmented-control">
  24. <!--<a class="mui-control-item mui-active" href="#item1">净水机</a>
  25. <a class="mui-control-item" href="#item2">冲奶机</a>
  26. <a class="mui-control-item" href="#item3">电动牙刷</a>-->
  27. </div>
  28. </header>
  29. <footer class="mui-bar mui-bar-tab" id="footer-bar-tab">
  30. <a class="mui-tab-item">
  31. <span class="iconfont icon-shouye"></span>
  32. <span class="mui-tab-label">首页</span>
  33. </a>
  34. <a class="mui-tab-item">
  35. <span class="iconfont icon-gouwuche"></span>
  36. <span class="mui-tab-label">购物车</span>
  37. </a>
  38. <a class="mui-tab-item">
  39. <span class="iconfont icon-dingdan"></span>
  40. <span class="mui-tab-label">订单</span>
  41. </a>
  42. <a class="mui-tab-item">
  43. <span class="iconfont icon-wode"></span>
  44. <span class="mui-tab-label">我的</span>
  45. </a>
  46. </footer>
  47. <div class="mui-content">
  48. <!--<div class="index-title">
  49. <strong>选购</strong>
  50. </div>-->
  51. <div id="item1" class="mui-control-content mui-active">
  52. <ul class="pro-table-pull">
  53. <!--产品列表区域-->
  54. </ul>
  55. <!--<div class="index-title">
  56. <strong>配件选购</strong>
  57. </div>-->
  58. <!--<ul class="mui-table-view mui-grid-view my-view-no" style="padding-bottom: 0;">
  59. <li class="mui-table-view-cell mui-media mui-col-xs-5">
  60. <a href="#"><img class="mui-media-object" src="images/chanpin-2.jpg"></a>
  61. </li>
  62. <li class="mui-table-view-cell mui-media mui-col-xs-7">
  63. <a>
  64. <div class="pro-tit">Aiberle智能净水机滤芯配件 t1、t2、t3、t4</div>
  65. <h6 class="mui-text-left">4级ro净化、只喝净水</h6>
  66. <p class="pro-price">¥79.00~320.00</p>
  67. <div class="mui-text-right">
  68. <span class="add-cart"><span class="iconfont icon-gouwuche"></span></span>
  69. <button type="button" class="btn-buy-now">立即购买</button>
  70. </div>
  71. </a>
  72. </li>
  73. <li class="mui-table-view-cell mui-media mui-col-xs-5">
  74. <a href="#"><img class="mui-media-object" src="images/chanpin-3.jpg"></a>
  75. </li>
  76. <li class="mui-table-view-cell mui-media mui-col-xs-7">
  77. <a>
  78. <div class="pro-tit">Aiberle智能净水机水箱配件</div>
  79. <h6 class="mui-text-left">优质安全材质,放心使用</h6>
  80. <p class="pro-price">¥99.00</p>
  81. <div class="mui-text-right">
  82. <span class="add-cart"><span class="iconfont icon-gouwuche"></span></span>
  83. <button type="button" class="btn-buy-now">立即购买</button>
  84. </div>
  85. </a>
  86. </li>
  87. </ul>-->
  88. </div>
  89. <div id="product-type">
  90. </div>
  91. <!--<div id="item2" class="mui-control-content">
  92. <ul class="pro-table-pull">
  93. </ul>
  94. </div>
  95. <div id="item3" class="mui-control-content">
  96. <ul class="pro-table-pull">
  97. </ul>
  98. </div>
  99. <div id="item4" class="mui-control-content">
  100. <ul class="pro-table-pull">
  101. </ul>
  102. </div>
  103. <div id="item5" class="mui-control-content">
  104. <ul class="pro-table-pull">
  105. </ul>
  106. </div>
  107. <div id="item6" class="mui-control-content">
  108. <ul class="pro-table-pull">
  109. </ul>
  110. </div>
  111. <div id="item7" class="mui-control-content">
  112. <ul class="pro-table-pull">
  113. </ul>
  114. </div>
  115. <div id="item10" class="mui-control-content">
  116. <ul class="pro-table-pull">
  117. </ul>
  118. </div>
  119. <div id="item11" class="mui-control-content">
  120. <ul class="pro-table-pull">
  121. </ul>
  122. </div>-->
  123. </div>
  124. <!-- 加载ing -->
  125. <div class="loading covers">
  126. <div class="loading-bj"></div>
  127. <p>加载中...</p>
  128. </div>
  129. <!-- 加载ing END -->
  130. <script src="js/mui.min.js"></script>
  131. <script src="js/jquery-2.1.1.min.js"></script>
  132. <script src="js/main.js"></script>
  133. <script src="js/wechat-utils-1.0.js"></script>
  134. <script>
  135. var search_data = null,
  136. typeId = '';
  137. if(!window.sessionStorage) {
  138. mui.alert("您的浏览器不支持sessionStorage");
  139. } else {
  140. //读取上一个页面带过来的sessionStorage
  141. search_data = JSON.parse(sessionStorage.getItem('search_data'));
  142. if(search_data != null) {
  143. typeId = search_data.text[0].typeId; //如果不为空就赋值給typeId(产品类型id)
  144. //$('#item'+typeId+']').addClass("mui-active").siblings().removeClass("mui-active");
  145. } else {
  146. typeId = getParam("productId");
  147. }
  148. }
  149. var mao = getParam("childTypeId"),
  150. maodian = '';
  151. mui.ready(function() {
  152. //页面首次加载区分
  153. if(typeId != '') {
  154. getProlist(typeId, null);
  155. } else {
  156. getProlist(null, null);
  157. }
  158. $(".loading").hide().css("opacity", "0"); //页面加载完成,隐藏loading
  159. });
  160. //查询产品列表(items代表显示类型)(load值为null代表没有从其他页面带参数,并且是首次加载,其他值代表选中的区域)
  161. function getProlist(items, load) {
  162. console.log(items, load);
  163. var parameter = {};
  164. if(items != null) {
  165. parameter["typeId"] = items;
  166. }
  167. $.ajax(base_path + '/wechat/product/productIndex?dates=' + new Date().getTime(), {
  168. data: parameter,
  169. dataType: 'json',
  170. xhrFields: {
  171. withCredentials: true
  172. },
  173. crossDomain: true,
  174. type: 'post',
  175. timeout: 15000,
  176. success: function(dt) {
  177. if(dt.isRedirect) {
  178. location.href = dt.redirectURL;
  179. } else {
  180. console.log(dt)
  181. if(dt.status) {
  182. var productTypeList = dt.data.productTypeList;
  183. var typeHtml = '';
  184. for(var k = 0; k < productTypeList.length; k++) {
  185. var typeId = productTypeList[k].typeId;
  186. typeHtml += '<div id="item' + typeId + '" class="mui-control-content">';
  187. typeHtml += '<ul class="pro-table-pull">';
  188. typeHtml += '</ul>';
  189. typeHtml += '</div>';
  190. }
  191. $("#product-type").html(typeHtml);
  192. var menu_data = dt.data.productTypeList;
  193. if(load == null) {
  194. var table = document.body.querySelector("#pro-menu");
  195. mui(menu_data).each(function(index) {
  196. var li = document.createElement('a');
  197. if(items != null) {
  198. if(items == this.typeId) {
  199. li.className = 'mui-control-item mui-active';
  200. } else {
  201. li.className = 'mui-control-item';
  202. }
  203. } else {
  204. if(index == 0) {
  205. li.className = 'mui-control-item mui-active';
  206. } else {
  207. li.className = 'mui-control-item';
  208. }
  209. }
  210. li.setAttribute("name", this.typeId);
  211. li.setAttribute("href", "#item" + (index + 1));
  212. li.innerHTML = this.typeName;
  213. table.appendChild(li);
  214. });
  215. }
  216. var pro_list = dt.data.productList;
  217. if(items == null) {
  218. items = 1
  219. }
  220. $(".mui-control-content").removeClass("mui-active");
  221. var table1 = document.body.querySelector('#item' + items + ' .pro-table-pull');
  222. $("#item" + items).addClass("mui-active");
  223. if(load != null) {
  224. document.body.querySelector(load + " .pro-table-pull");
  225. table1.innerHTML = '';
  226. }
  227. var n = '';
  228. mui(pro_list).each(function(index) {
  229. var div = document.createElement('div');
  230. div.className = 'index-title';
  231. div.innerHTML = '<strong>' + this.productChildTypeName + '</strong>';
  232. if(index == 0) {
  233. table1.appendChild(div);
  234. }
  235. if(n != '' && this.productChildTypeName != n) {
  236. table1.appendChild(div);
  237. }
  238. n = this.productChildTypeName;
  239. var li = document.createElement('li');
  240. li.setAttribute("name", this.productId);
  241. li.setAttribute("class", "product-id");
  242. var zen = '';
  243. console.log(this.productColorList)
  244. if(this.productColorList.length > 0) {
  245. $.each(this.productColorList[0].salesUserGiftList, function() {
  246. zen += this.giftName + "、"
  247. });
  248. }
  249. if(zen != '') {
  250. zen = '<div class="index-title"><p><span class="iconfont icon-liwu"></span>' + zen.substring(0, zen.length - 1) + '</p></div>';
  251. }
  252. if(mao != null && mao == this.productChildType) {
  253. li.setAttribute("id", "mao-" + this.productId);
  254. maodian = this.productId;
  255. mao = null;
  256. }
  257. var c = 'FFF',
  258. cList = '';
  259. mui(this.productColorList).each(function(index) {
  260. if(typeof(this.colorCode) != "undefined") {
  261. c = this.colorCode;
  262. }
  263. cList += '<i style="width:12px;height:12px;box-shadow: 0 0 1px rgba(0,0,0,.85);background:#' + c + ';display: inline-block;border-radius: 10px;margin: 0 3px 0 10px;"></i>';
  264. });
  265. if(this.productColorList != null && this.productColorList.length > 0){
  266. li.innerHTML = '<ul class="mui-table-view mui-grid-view my-view-no" style="padding-bottom: 0;"><li class="mui-table-view-cell mui-media mui-col-xs-5 mui-text-left"><a><img class="mui-media-object to-product" src="' + this.productParameterImg + '"></a></li><li class="mui-table-view-cell mui-media mui-col-xs-7"><a><div class="pro-tit to-product" >' + this.productName + '</div><h6 class="mui-text-left" style="white-space: pre-wrap;">' + this.productColorDes + '</h6><p class="pro-price"><span style="float:left;">¥' + accDiv(this.productColorList[0].colorDiscount,100) + '</span>'+cList+'</p><div class="mui-text-right"><span class="add-cart" name="' + this.productId + '" cartIsSource="1"><span class="iconfont icon-gouwuche"></span></span><button type="button" class="btn-buy-now" name="' + this.productId + '" cartIsSource="1">立即购买</button></div></a></li></ul>' + zen;
  267. table1.appendChild(li);
  268. }
  269. });
  270. if(maodian != '') {
  271. var t = $('#mao-' + maodian).offset().top;
  272. if(t > 300) {
  273. $(window).scrollTop(t, 500);
  274. }
  275. maodian = '';
  276. }
  277. } else {
  278. mui.alert("获取商品菜单失败!");
  279. }
  280. }
  281. },
  282. error: function(xhr, type, errorThrown) {
  283. console.log(xhr);
  284. mui.alert("获取商品菜单失败!网络错误");
  285. }
  286. });
  287. }
  288. //头部菜单点击事件
  289. $(document).on('tap', '#pro-menu .mui-control-item', function() {
  290. var th = $(this);
  291. if(!window.sessionStorage) {
  292. mui.alert("您的浏览器不支持sessionStorage");
  293. } else {
  294. //如果点击头部的菜单,则删除其他页面带过来的sessionStorage
  295. sessionStorage.removeItem('search_data');
  296. }
  297. //根据类型获取产品列表
  298. getProlist(th.attr("name"), th.attr("href"));
  299. var oldUrl = location.href; //原浏览器地址
  300. var newUrl = jsUrlHelper.delUrlParam(oldUrl, "childTypeId"); //删除url中的子类型参数
  301. newUrl = jsUrlHelper.putUrlParam(newUrl, 'productId', th.attr("name")); //修改url中的productId参数
  302. history.pushState(oldUrl, '产品类型', newUrl); //无刷新删除修改url地址参数
  303. console.log("url历史操作" + history.length + "次"); //获取历史操作过url地址几次
  304. mao = null;
  305. });
  306. //监听浏览器前进后退
  307. window.addEventListener("popstate", function() {
  308. var currentState = history.state;
  309. //根据类型获取产品列表
  310. mao = getParam("childTypeId"), ref = '';
  311. $.each($("#pro-menu .mui-control-item"), function() {
  312. if($(this).attr("name") == getParam("productId")) {
  313. ref = $(this).attr("href");
  314. $(this).addClass("mui-active");
  315. } else {
  316. $(this).removeClass("mui-active");
  317. }
  318. })
  319. getProlist(getParam("productId"), ref);
  320. });
  321. var count = 0; //统计所有产品加减,数量默认0,当count<1的时候设置(结算)按钮失效
  322. //购物车数量加
  323. $(document).on('tap', '.mui-btn-numbox-plus', function() {
  324. ++count; //产品总数量
  325. var th = $(this);
  326. var val = mui(th.parent()[0]).numbox().getValue(); //获取当前产品数量
  327. var parameter = {}; //ajax参数json集合
  328. if(typeof(th.attr("productid")) != "undefined") {
  329. parameter["productId"] = th.attr("productid"); //产品id
  330. if(typeof(th.attr("colorid")) != "undefined") {
  331. parameter["productColorId"] = th.attr("colorid"); //颜色id
  332. parameter["cartNum"] = 1; //需要减的产品数量,每次都是1
  333. $.ajax(base_path + '/wechat/cart/addProductToCart?dates=' + new Date().getTime(), {
  334. data: parameter,
  335. dataType: 'json',
  336. xhrFields: {
  337. withCredentials: true
  338. },
  339. crossDomain: true,
  340. type: 'post',
  341. timeout: 15000,
  342. success: function(dt) {
  343. if(dt.isRedirect) {
  344. location.href = dt.redirectURL;
  345. } else {
  346. if(dt.status) {
  347. th.parent().attr("cartid", dt.data);
  348. console.log("增加数量成功!");
  349. } else {
  350. mui.alert("增加数量失败!");
  351. }
  352. }
  353. },
  354. error: function(xhr, type, errorThrown) {
  355. console.log(xhr);
  356. mui.alert("增加数量失败!网络错误");
  357. }
  358. });
  359. } else {
  360. mui.alert("没有获取到产品颜色id");
  361. }
  362. } else {
  363. mui.alert("没有获取到产品id");
  364. }
  365. });
  366. //购物车数量减
  367. $(document).on('tap', '.mui-btn-numbox-minus', function() {
  368. --count; //产品总数量
  369. var th = $(this);
  370. var val = mui(th.parent()[0]).numbox().getValue(); //获取当前产品数量
  371. if(val == 0) {
  372. th.parent().removeAttr("cartid");
  373. }
  374. var parameter = {}; //ajax参数json集合
  375. if(typeof(th.attr("colorid")) != "undefined") {
  376. parameter["productColorId"] = th.attr("colorid"); //产品颜色id
  377. parameter["cartNum"] = 1; //需要减的产品数量,每次都是1
  378. $.ajax(base_path + '/wechat/cart/deleteCart?dates=' + new Date().getTime(), {
  379. data: parameter,
  380. dataType: 'json',
  381. xhrFields: {
  382. withCredentials: true
  383. },
  384. crossDomain: true,
  385. type: 'get', //减少数量后台限制用get
  386. timeout: 15000,
  387. success: function(dt) {
  388. if(dt.isRedirect) {
  389. location.href = dt.redirectURL;
  390. } else {
  391. if(dt.status) {
  392. console.log("减少数量数量成功!");
  393. } else {
  394. mui.alert("减少数量数量失败!");
  395. }
  396. }
  397. },
  398. error: function(xhr, type, errorThrown) {
  399. console.log(xhr);
  400. mui.alert("减少数量失败!网络错误");
  401. }
  402. });
  403. } else {
  404. mui.alert("没有获取到产品颜色id");
  405. }
  406. });
  407. //立即购买-购物车按钮 获取颜色列表
  408. $(document).on('tap', '.add-cart,.btn-buy-now', function() {
  409. count = 0;
  410. var th = $(this);
  411. //mask.show(); //显示遮罩层
  412. //在body尾部增加-产品颜色列表父级ul
  413. $("body").append('<div id="scroll" class="mui-scroll-wrapper my-picker"><br/><div class="mui-scroll" style="max-height:100%;bottom: 0;background-color: #fff;"><ul class="mui-table-view mui-table-view-striped mui-table-view-condensed my-grid-view-no"></ul><button class="mui-btn my-btn-buy-cancel">取消</button><button class="mui-btn my-btn-buy-know" disabled="disabled">确定</button></div></div>');
  414. $.ajax(base_path + '/wechat/product/selectProductColor?dates=' + new Date().getTime(), {
  415. data: {
  416. "productId": th.attr("name") //productId产品id
  417. },
  418. dataType: 'json',
  419. xhrFields: {
  420. withCredentials: true
  421. },
  422. crossDomain: true,
  423. type: 'post',
  424. timeout: 15000,
  425. success: function(dt) {
  426. if(dt.isRedirect) {
  427. location.href = dt.redirectURL;
  428. } else {
  429. if(dt.status) {
  430. console.log(dt)
  431. var data = dt.data.productColorList;
  432. var table = document.body.querySelector('.my-picker .mui-table-view'); //产品颜色列表父级ul
  433. table.innerHTML = '';
  434. //循环遍历产品颜色数组
  435. mui(data).each(function(index) {
  436. var li = document.createElement('li'); //创建li标签
  437. li.className = 'my-table-view-cell'; //給li标签设置className
  438. //var val=index==0?1:0;
  439. console.log(typeof(this.cartNum))
  440. if(typeof(this.cartNum) != "undefined") {
  441. count += parseInt(this.cartNum);
  442. } else {
  443. this.cartNum = 0;
  444. }
  445. console.log(this.cartNum)
  446. li.innerHTML = '<div class="mui-table" ><div class="mui-table-cell mui-col-xs-3"><img class="my-media-object" src="' + this.colorProductPic + '" /></div><div class="mui-table-cell table-middle mui-col-xs-5">' + this.colorName + '<h6>' + this.colorDesc + '</h6><div style="color: #ff3b3b;">¥' + accDiv(this.colorDiscount, 100) + '</div></div><div class="mui-table-cell table-middle mui-col-xs-4"><div class="mui-numbox" data-numbox-min="0" data-numbox-max="99" cartid="' + this.cartId + '"><button class="mui-btn mui-btn-numbox-minus" type="button" productid="' + this.colorProductId + '" colorid="' + this.colorId + '">-</button><input class="mui-input-numbox" type="number" value="' + this.cartNum + '" readonly="readonly"/><button class="mui-btn mui-btn-numbox-plus" type="button" productid="' + this.colorProductId + '" colorid="' + this.colorId + '">+</button></div></div></div>';
  447. table.appendChild(li); //将li标签加入到-产品颜色列表父级ul
  448. console.log(count)
  449. });
  450. $(".my-picker").addClass("active"); //显示产品颜色加减数量列表
  451. console.log(count)
  452. // if(count > 0) {
  453. $(".my-btn-buy-know").removeAttr("disabled"); //激活结算按钮
  454. // }
  455. if(th.hasClass("add-cart")) {
  456. $(".my-btn-buy-know").attr("cart", "cart");
  457. }
  458. mui(".mui-numbox").numbox(); //激活加减按钮组合
  459. mui('#scroll').scroll();
  460. } else {
  461. mui.alert("获取数据失败!");
  462. }
  463. }
  464. },
  465. error: function(xhr, type, errorThrown) {
  466. console.log(xhr);
  467. mui.alert("获取数据失败!网络错误");
  468. }
  469. });
  470. });
  471. $(document).on('tap', '.my-btn-buy-cancel', function() {
  472. $(".mui-backdrop").css("opacity", 0).remove(); //移除遮罩层
  473. $(".my-picker").removeClass("active");
  474. setTimeout(function() {
  475. $(".my-picker").remove(); //移除选择颜色列表
  476. }, 500);
  477. });
  478. //确定事件
  479. $(document).on('tap', '.my-btn-buy-know', function() {
  480. //判断是点立即购买还是加入购物车的
  481. var cartidList = ''; //购物项id集合
  482. if($(this).attr("cart") == "cart") {
  483. if(count > 0) {
  484. $(".mui-backdrop").css("opacity", 0).remove(); //移除遮罩层
  485. $(".my-picker").removeClass("active");
  486. setTimeout(function() {
  487. $(".my-picker").remove(); //移除选择颜色列表
  488. }, 500);
  489. mui.toast("加入购物车成功!");
  490. }else{
  491. mui.toast("请选择数量")
  492. }
  493. } else {
  494. $.each($(".my-picker .mui-numbox"), function(index) {
  495. var th = $(this);
  496. if(th.attr("cartid") != "undefined") {
  497. if(cartidList == '') {
  498. cartidList += th.attr("cartid");
  499. } else {
  500. cartidList += '-' + th.attr("cartid");
  501. }
  502. }
  503. });
  504. if(cartidList != "undefined" && count > 0) {
  505. $(".my-btn-buy-know").removeAttr("disabled"); //激活结算按钮
  506. if(!window.sessionStorage) {
  507. mui.alert("您的浏览器不支持sessionStorage");
  508. } else {
  509. //自定义json数据
  510. var obj = {
  511. text: [cartidList]
  512. };
  513. //json格式化插入 购物项id集合
  514. sessionStorage.setItem('pay_data', JSON.stringify(obj));
  515. location.href = 'clearing.html'; //跳转结算页面
  516. }
  517. } else {
  518. mui.toast("请选择数量")
  519. }
  520. }
  521. });
  522. //产品详情
  523. $(document).on('tap', '.to-product', function() {
  524. var productId = $(this).parents(".product-id").attr("name");
  525. location.href = 'pro-details.html?productId=' + productId;
  526. });
  527. </script>
  528. </body>
  529. </html>