free-receive-charger.html 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306
  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元邮费,从第二次开始需额外补加充电器差价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. /* 查询价格,一年内的购买次数 */
  95. $.ajax(base_path + '/wechat/receive/select_charg_price?dates=' + new Date().getTime(), {
  96. data: {},
  97. dataType: 'json',
  98. xhrFields: {
  99. withCredentials: true
  100. },
  101. crossDomain: true,
  102. type: 'post',
  103. timeout: 15000,
  104. success: function(dt) {
  105. if(dt.isRedirect) {
  106. location.href = dt.redirectURL;
  107. } else {
  108. console.log(dt)
  109. $(".price").text(accDiv(dt.data.price,100));
  110. }
  111. },
  112. error: function(xhr, type, errorThrown) {
  113. console.log(xhr);
  114. }
  115. });
  116. $.ajax(base_path + '/wechat/receive/select_color?dates=' + new Date().getTime(), {
  117. data: {},
  118. dataType: 'json',
  119. xhrFields: {
  120. withCredentials: true
  121. },
  122. crossDomain: true,
  123. type: 'post',
  124. timeout: 15000,
  125. success: function(dt) {
  126. if(dt.isRedirect) {
  127. location.href = dt.redirectURL;
  128. } else {
  129. console.log(dt)
  130. if(dt.status) {
  131. var colorList = '';
  132. mui.each(dt.data, function(index) { //遍历产品颜色集合
  133. var active = '';
  134. if(index == 0) {
  135. active = 'active'; //弹窗选中当前颜色
  136. }
  137. colorList += '<span class="pro-select-color ' + active + '" name="' + this.colorId + '" price="' + this.colorDiscount + '">' + this.colorName + '</span>';
  138. });
  139. if(colorList!=''){
  140. $('#pro-count').text("1");
  141. }
  142. $("#my-pull").html(colorList);
  143. }
  144. }
  145. },
  146. error: function(xhr, type, errorThrown) {
  147. console.log(xhr);
  148. }
  149. });
  150. //默认自己拉出地址
  151. // if(dt.data.addressInfo != undefined && dt.data.addressInfo != null) {
  152. // $(".btn-add-address").hide();
  153. // $("#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();
  154. // //给微信参数赋值
  155. // wechatAddr.status = true;
  156. // wechatAddr.detailInfo = dt.data.addressInfo.salesAddressInfo;
  157. // wechatAddr.userName = dt.data.addressInfo.salesAddressName;
  158. // wechatAddr.userTel = dt.data.addressInfo.salesAddressTel;
  159. // wechatAddr.postalCode = dt.data.addressInfo.salesAddressPostnum;
  160. // }else{
  161. // wechatAddr.status = false;
  162. // }
  163. wechatAddr.status = false;
  164. $(".loading").hide().css("opacity", "0"); //隐藏(正在加载...)
  165. });
  166. // 获取微信共享地址
  167. $(document).on('tap', '.btn-add-address,#user-address-div', function() {
  168. editAddrV1(
  169. function(res) {
  170. // 用户成功拉出地址
  171. var address = res.provinceName + "-" + res.cityName + "-" + res.countryName + "-" + res.detailInfo;
  172. wechatAddr.status = true;
  173. wechatAddr.detailInfo = address;
  174. wechatAddr.postalCode = res.postalCode;
  175. wechatAddr.userName = res.userName;
  176. wechatAddr.userTel = res.telNumber;
  177. wechatAddr.nationalCode = res.nationalCode;
  178. $(".btn-add-address").hide();
  179. $("#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();
  180. },
  181. function() {
  182. if($('#user-address-div').html() != null && $('#user-address-div').html() != '') {
  183. wechatAddr.status = true;
  184. } else {
  185. wechatAddr.status = false;
  186. // 用户取消拉出地址
  187. mui.alert("您没有选择收货地址!");
  188. }
  189. }
  190. );
  191. });
  192. //马上领取
  193. var isPay = true; // 是否在请求支付,false表示正在请求,true可以请求
  194. $(document).on('tap', '#go-pay', function() {
  195. if(wechatAddr.status) {
  196. if($('#user-address-div').html() == null || $('#user-address-div').html() == '') {
  197. wechatAddr.status = false;
  198. mui.toast("请选择收货地址!");
  199. return ;
  200. }
  201. if(isPay) {
  202. isPay = false; // 锁定请求按钮
  203. $.ajax(base_path + '/wechat/receive/charger_receive?dates=' + new Date().getTime(), {
  204. data: {
  205. colorId:$("#my-pull>.active").attr("name"),
  206. colorName:$("#my-pull>.active").text(),
  207. receiveAddressInfo:wechatAddr.detailInfo,
  208. receiveAddressPostnum:wechatAddr.postalCode,
  209. receiveAddressName:wechatAddr.userName,
  210. receiveAddressTel:wechatAddr.userTel
  211. },
  212. dataType: 'json',
  213. xhrFields: {
  214. withCredentials: true
  215. },
  216. crossDomain: true,
  217. type: 'get',
  218. timeout: 15000,
  219. success: function(dt) {
  220. if(dt.isRedirect) {
  221. location.href = dt.redirectURL;
  222. } else {
  223. if(dt.data.info == "isOK") {
  224. mui.alert("领取成功!",function(){
  225. location.href="receive-charger.html";
  226. });
  227. return;
  228. };
  229. if(dt.status) {
  230. var str = dt.data.info;
  231. var obj = JSON.parse("{" + str + "}");
  232. WeixinJSBridge.invoke('getBrandWCPayRequest', obj, function(res) {
  233. if(res.err_msg == 'get_brand_wcpay_request:ok') {
  234. $.ajax(base_path + '/wechat/receive/select_pay?dates=' + new Date().getTime(), {
  235. data: {
  236. "orderId": dt.data.orderId
  237. },
  238. dataType: 'json',
  239. xhrFields: {
  240. withCredentials: true
  241. },
  242. crossDomain: true,
  243. type: 'get',
  244. timeout: 15000,
  245. success: function(dataobj) {
  246. if(dataobj.isRedirect) {
  247. location.href = dataobj.redirectURL;
  248. } else {
  249. if(dataobj.status == true) { // 支付成功
  250. mui.alert("支付成功!",function(){
  251. location.href="receive-charger.html";
  252. });
  253. } else {
  254. isPay = true;
  255. mui.alert("支付失败!请稍后重试");
  256. }
  257. }
  258. },
  259. error: function(xhr, type, errorThrown) {
  260. console.log(xhr);
  261. isPay = true;
  262. mui.alert("支付失败!网络错误!");
  263. }
  264. });
  265. } else {
  266. isPay = true;
  267. mui.alert("支付失败!请稍后重试!");
  268. }
  269. });
  270. } else {
  271. isPay = true;
  272. mui.alert("领取失败!");
  273. }
  274. }
  275. },
  276. error: function(xhr, type, errorThrown) {
  277. console.log(xhr);
  278. isPay = true;
  279. mui.alert("领取失败!网络错误");
  280. }
  281. });
  282. }else{
  283. mui.toast("正在请求支付中~~!");
  284. return;
  285. }
  286. }else{
  287. mui.toast("请选择收货地址!");
  288. return;
  289. }
  290. });
  291. //切换颜色
  292. $(document).on('tap', '.pro-select-color', function() {
  293. var th = $(this);
  294. th.addClass("active").siblings().removeClass("active");//选中自己再把前后的兄弟元素取消选中
  295. });
  296. </script>
  297. </body>
  298. </html>