free-receive-charger.html 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  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. <script type="text/javascript">
  13. // 屏蔽分享
  14. window.hiddenAllWechatMenu = true;
  15. </script>
  16. </head>
  17. <body>
  18. <div class="mui-content" style="padding-bottom: 56px;">
  19. <div class="address-cantainner">
  20. <ul class="mui-table-view mui-table-view-striped my-grid-view-no mui-table-view-condensed">
  21. <li class="mui-table-view-cell">
  22. <div class="mui-table">
  23. <!--没有选地址时显示的div-->
  24. <div class="mui-table-cell mui-col-xs-12 table-middle btn-add-address">
  25. <div class="add-address"><span class="iconfont icon-jia"></span>添加收货地址</div>
  26. </div>
  27. <!--选择微信地址后显示的div-->
  28. <div id="user-address-div" style="display: none;">
  29. <!--<div class="mui-table-cell mui-col-xs-1 mui-text-left table-middle">
  30. <p><span class="iconfont icon-dingwei"></span></p>
  31. </div>
  32. <div class="mui-table-cell mui-col-xs-10 mui-text-left table-middle">
  33. <div>收货人:林笑笑 <span class="mui-pull-right">16899996678</span></div>
  34. <p>收货地址:广东省深圳市福田区莲花街道深圳特区 报业大厦12b</p>
  35. </div>
  36. <div class="mui-table-cell mui-col-xs-1 mui-text-right table-middle">
  37. <p><span class="mui-icon mui-icon-arrowright"></span></p>
  38. </div>-->
  39. </div>
  40. </div>
  41. </li>
  42. </ul>
  43. </div>
  44. <br />
  45. <div class="mui-content-padded">
  46. 选择充电器颜色
  47. </div>
  48. <div class="mui-content-padded">
  49. <div class="mui-table">
  50. <div class="mui-table-cell mui-col-xs-12" id="my-pull">
  51. <!--<span class="pro-select-color active" name="42" src="https://s.iamberry.com/soodo/wechat/images/pro-bai.png" colorpresent="上朵柔性声波牙刷,柔和清洁牙龈沟,用温柔的力量守护你的笑容" price="39900">极光白</span><span class="pro-select-color " name="43" src="https://s.iamberry.com/soodo/wechat/images/pro-hei.png" colorpresent="上朵柔性声波牙刷,柔和清洁牙龈沟,用温柔的力量守护你的笑容" price="39900">晶石黑</span><span class="pro-select-color " name="44" src="https://s.iamberry.com/soodo/wechat/images/pro-fen.png" colorpresent="上朵柔性声波牙刷,柔和清洁牙龈沟,用温柔的力量守护你的笑容" price="39900">樱花粉</span><span class="pro-select-color " name="45" src="https://s.iamberry.com/soodo/wechat/images/pro-lan.png" colorpresent="上朵柔性声波牙刷,柔和清洁牙龈沟,用温柔的力量守护你的笑容" price="39900">冰川蓝</span><span class="pro-select-color " name="46" src="https://s.iamberry.com/soodo/wechat/images/pro-huang.png" colorpresent="上朵柔性声波牙刷,柔和清洁牙龈沟,用温柔的力量守护你的笑容" price="39900">奶油黄</span>-->
  52. </div>
  53. </div>
  54. </div>
  55. <div class="mui-content-padded">
  56. <p>提示:</p>
  57. <p>1、每位会员每年可免费领取一个充电器</p>
  58. <p>2、领取者需支付10元快递费</p>
  59. <p>3、如有疑问,请联系客服</p>
  60. </div>
  61. <div class="buy-footer1">
  62. <table class="tb-clearing">
  63. <tr>
  64. <td class="quanxuan">
  65. 共<span id="pro-count" class="cl-red">0</span>件
  66. </td>
  67. <td class="mui-text-center">邮费:<span class="count_price_box">¥<span class="pay_price">10.0</span></span>
  68. </td>
  69. <td>
  70. <a id="go-pay" class="mui-btn mui-pull-right add_gwc go-clearing">立即领取</a>
  71. </td>
  72. </tr>
  73. </table>
  74. </div>
  75. </div>
  76. <!-- 加载ing begin-->
  77. <div class="loading covers">
  78. <div class="loading-bj"></div>
  79. <p>正在加载...</p>
  80. </div>
  81. <!-- 加载ing end -->
  82. <script src="js/mui.min.js"></script>
  83. <script src="js/jquery-2.1.1.min.js"></script>
  84. <script src="js/main.js"></script>
  85. <script src="js/wechat-utils-1.0.js"></script>
  86. <script>
  87. window.addEventListener('pageshow', function(e) {
  88. // 通过persisted属性判断是否存在 BF Cache
  89. if(e.persisted) {
  90. location.reload();
  91. }
  92. });
  93. mui.ready(function() {
  94. $.ajax(base_path + '/wechat/receive/select_color?dates=' + new Date().getTime(), {
  95. data: {},
  96. dataType: 'json',
  97. xhrFields: {
  98. withCredentials: true
  99. },
  100. crossDomain: true,
  101. type: 'post',
  102. timeout: 15000,
  103. success: function(dt) {
  104. if(dt.isRedirect) {
  105. location.href = dt.redirectURL;
  106. } else {
  107. console.log(dt)
  108. if(dt.status) {
  109. var colorList = '';
  110. mui.each(dt.data, function(index) { //遍历产品颜色集合
  111. var active = '';
  112. if(index == 0) {
  113. active = 'active'; //弹窗选中当前颜色
  114. }
  115. colorList += '<span class="pro-select-color ' + active + '" name="' + this.colorId + '" price="' + this.colorDiscount + '">' + this.colorName + '</span>';
  116. });
  117. if(colorList!=''){
  118. $('#pro-count').text("1");
  119. }
  120. $("#my-pull").html(colorList);
  121. }
  122. }
  123. },
  124. error: function(xhr, type, errorThrown) {
  125. console.log(xhr);
  126. }
  127. });
  128. //默认自己拉出地址
  129. // if(dt.data.addressInfo != undefined && dt.data.addressInfo != null) {
  130. // $(".btn-add-address").hide();
  131. // $("#user-address-div").html('<div class="mui-table"><div class="mui-table-cell mui-col-xs-1 mui-text-left table-middle"><p><span class="iconfont icon-dingwei"></span></p></div><div class="mui-table-cell mui-col-xs-10 mui-text-left table-middle"><div>收货人:' + dt.data.addressInfo.salesAddressName + ' <span class="mui-pull-right">' + dt.data.addressInfo.salesAddressTel + '</span></div><p>收货地址:' + dt.data.addressInfo.salesAddressInfo + '</p></div><div class="mui-table-cell mui-col-xs-1 mui-text-right table-middle"><p><span class="mui-icon mui-icon-arrowright"></span></p></div></div>').show();
  132. // //给微信参数赋值
  133. // wechatAddr.status = true;
  134. // wechatAddr.detailInfo = dt.data.addressInfo.salesAddressInfo;
  135. // wechatAddr.userName = dt.data.addressInfo.salesAddressName;
  136. // wechatAddr.userTel = dt.data.addressInfo.salesAddressTel;
  137. // wechatAddr.postalCode = dt.data.addressInfo.salesAddressPostnum;
  138. // }else{
  139. // wechatAddr.status = false;
  140. // }
  141. wechatAddr.status = false;
  142. $(".loading").hide().css("opacity", "0"); //隐藏(正在加载...)
  143. });
  144. // 获取微信共享地址
  145. $(document).on('tap', '.btn-add-address,#user-address-div', function() {
  146. editAddrV1(
  147. function(res) {
  148. // 用户成功拉出地址
  149. var address = res.provinceName + "-" + res.cityName + "-" + res.countryName + "-" + res.detailInfo;
  150. wechatAddr.status = true;
  151. wechatAddr.detailInfo = address;
  152. wechatAddr.postalCode = res.postalCode;
  153. wechatAddr.userName = res.userName;
  154. wechatAddr.userTel = res.telNumber;
  155. wechatAddr.nationalCode = res.nationalCode;
  156. $(".btn-add-address").hide();
  157. $("#user-address-div").html('<div class="mui-table"><div class="mui-table-cell mui-col-xs-1 mui-text-left table-middle"><p><span class="iconfont icon-dingwei"></span></p></div><div class="mui-table-cell mui-col-xs-10 mui-text-left table-middle"><div>收货人:' + wechatAddr.userName + ' <span class="mui-pull-right">' + wechatAddr.userTel + '</span></div><p>收货地址:' + wechatAddr.detailInfo + '</p></div><div class="mui-table-cell mui-col-xs-1 mui-text-right table-middle"><p><span class="mui-icon mui-icon-arrowright"></span></p></div></div>').show();
  158. },
  159. function() {
  160. if($('#user-address-div').html() != null && $('#user-address-div').html() != '') {
  161. wechatAddr.status = true;
  162. } else {
  163. wechatAddr.status = false;
  164. // 用户取消拉出地址
  165. mui.alert("您没有选择收货地址!");
  166. }
  167. }
  168. );
  169. });
  170. //马上领取
  171. var isPay = true; // 是否在请求支付,false表示正在请求,true可以请求
  172. $(document).on('tap', '#go-pay', function() {
  173. if(wechatAddr.status) {
  174. if($('#user-address-div').html() == null || $('#user-address-div').html() == '') {
  175. wechatAddr.status = false;
  176. mui.toast("请选择收货地址!");
  177. return ;
  178. }
  179. if(isPay) {
  180. isPay = false; // 锁定请求按钮
  181. $.ajax(base_path + '/wechat/cart/addProductToCart?dates=' + new Date().getTime(), {
  182. data: {
  183. colorId:$("#my-pull>.active").attr("name"),
  184. colorName:$("#my-pull>.active").text(),
  185. receiveAddressInfo:wechatAddr.detailInfo,
  186. receiveAddressPostnum:wechatAddr.postalCode,
  187. receiveAddressName:wechatAddr.userName,
  188. receiveAddressTel:wechatAddr.userTel
  189. },
  190. dataType: 'json',
  191. xhrFields: {
  192. withCredentials: true
  193. },
  194. crossDomain: true,
  195. type: 'get',
  196. timeout: 15000,
  197. success: function(dt) {
  198. if(dt.isRedirect) {
  199. location.href = dt.redirectURL;
  200. } else {
  201. if(dt.data.info == "isOK") {
  202. mui.alert("领取成功!",function(){
  203. location.href="receive-charger.html";
  204. });
  205. return;
  206. };
  207. if(dt.status) {
  208. var str = dt.data.info;
  209. var obj = JSON.parse("{" + str + "}");
  210. WeixinJSBridge.invoke('getBrandWCPayRequest', obj, function(res) {
  211. if(res.err_msg == 'get_brand_wcpay_request:ok') {
  212. $.ajax(base_path + '/wechat/receive/select_pay?dates=' + new Date().getTime(), {
  213. data: {
  214. "orderId": dt.data.orderId
  215. },
  216. dataType: 'json',
  217. xhrFields: {
  218. withCredentials: true
  219. },
  220. crossDomain: true,
  221. type: 'get',
  222. timeout: 15000,
  223. success: function(dataobj) {
  224. if(dataobj.isRedirect) {
  225. location.href = dataobj.redirectURL;
  226. } else {
  227. if(dataobj.status == true) { // 支付成功
  228. mui.alert("支付成功!",function(){
  229. location.href="receive-charger.html";
  230. });
  231. } else {
  232. isPay = true;
  233. mui.alert("支付失败!请稍后重试");
  234. }
  235. }
  236. },
  237. error: function(xhr, type, errorThrown) {
  238. console.log(xhr);
  239. isPay = true;
  240. mui.alert("支付失败!网络错误!");
  241. }
  242. });
  243. } else {
  244. isPay = true;
  245. mui.alert("支付失败!请稍后重试!");
  246. }
  247. });
  248. } else {
  249. isPay = true;
  250. mui.alert("领取失败!");
  251. }
  252. }
  253. },
  254. error: function(xhr, type, errorThrown) {
  255. console.log(xhr);
  256. isPay = true;
  257. mui.alert("领取失败!网络错误");
  258. }
  259. });
  260. }else{
  261. mui.toast("正在请求支付中~~!");
  262. return;
  263. }
  264. }else{
  265. mui.toast("请选择收货地址!");
  266. return;
  267. }
  268. });
  269. //切换颜色
  270. $(document).on('tap', '.pro-select-color', function() {
  271. var th = $(this);
  272. th.addClass("active").siblings().removeClass("active");//选中自己再把前后的兄弟元素取消选中
  273. });
  274. </script>
  275. </body>
  276. </html>