You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

88 lines
2.9 KiB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0;" name="viewport" />
  6. <title>行前须知</title>
  7. <!-- 百度统计star -->
  8. <script>
  9. var _hmt = _hmt || [];
  10. (function() {
  11. var hm = document.createElement("script");
  12. hm.src = "//hm.baidu.com/hm.js?3d4ede42cef05a99fcd8bda849831ada";
  13. var s = document.getElementsByTagName("script")[0];
  14. s.parentNode.insertBefore(hm, s);
  15. })();
  16. </script>
  17. <!-- 百度统计end -->
  18. </head>
  19. <body style="font-family:'黑体';color:#8d8d8d;padding-left:10px;">
  20. <h3 id="xing" style="font-size:16px;color:#FF8800;">行前须知</h3>
  21. <div id="xing_detail">
  22. <div style="margin-bottom: 20px;font-size:14px;word-break: break-all;"> 1.出游当天,请至上海黄浦旅游集散站服务台凭姓名及手机号取票。</div>
  23. <div style="margin-bottom: 20px;font-size:14px;">2.认车牌号上车,请勿迟到。如需途经站点上车,请提前到达,过时不候</div>
  24. <div style="margin-bottom: 20px;font-size:14px;">3.往返程巴士可能乘坐不同车辆且座位号不同。</div>
  25. </div>
  26. <h3 id="tui" style="font-size:16px;color:#FF8800;">退票说明</h3>
  27. <div id="tui_detail">
  28. <div style="margin-bottom: 20px;font-size:14px;"> 出发前7日至4日(含第7日),按出行费用总额10%赔付;出发前3日至2日(含第3日),按出行费用总额15%赔付;出发前1日(含第1日),按出行费用总额20%赔付。</div>
  29. </div>
  30. </body>
  31. <!--<script>
  32. var httpData;
  33. if (window.ActiveXObject) {
  34. var myreq = new ActiveXObject("Microsoft.XMLHTTP");
  35. } else {
  36. var myreq = new XMLHttpRequest();
  37. }
  38. var m_prodcode='';
  39. window.onload=function (){
  40. m_prodcode = getPar('prodcode');
  41. // alert(m_prodcode);
  42. var myURL = 'http://xmwxc.zhizhuchuxing.cn/core/detail.asp?prodcode=' + m_projcode;
  43. myreq.open("get",myURL,true);
  44. myreq.onreadystatechange = show_date;
  45. myreq.send(null);
  46. }
  47. function show_date(){
  48. if (myreq.readyState == 4){
  49. var newstr = myreq.responseText;
  50. var cshow ='';
  51. httpData = JSON.parse(newstr);
  52. var c_code = httpData.code;
  53. if (c_code == '0'){
  54. var price_intro = httpData.price_intro;
  55. if(price_intro){
  56. price_intro = price_intro.replace(/\[SC\]/g,'<li class="li_21"><span class="span_1">上车</span></li>\n');
  57. }
  58. }else{
  59. alert(httpData.info);
  60. return;
  61. }
  62. }
  63. }
  64. function getPar(par){
  65. //获取当前URL
  66. var local_url = document.location.href;
  67. local_url = decodeURI(local_url);
  68. //获取要取得的get参数位置
  69. var get = local_url.indexOf(par +"=");
  70. if(get == -1){
  71. return false;
  72. }
  73. //截取字符串
  74. var get_par = local_url.slice(par.length + get + 1);
  75. //判断截取后的字符串是否还有其他get参数
  76. var nextPar = get_par.indexOf("&");
  77. if(nextPar != -1){
  78. get_par = get_par.slice(0, nextPar);
  79. }
  80. return get_par;
  81. }
  82. </script>-->
  83. </html>