sy.htm 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0,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. <link rel="stylesheet" href="views/whh/main.css?type=2">
  9. <title>慧牧科技</title>
  10. #include("template/huimv-whh-head.vm")
  11. <script type="text/javascript">
  12. function goTo(id){
  13. var type = "";
  14. if(id == "0") {
  15. type = "0";//未审核页面
  16. }else if (id == "1") {
  17. type = "0";//未审核
  18. }else if (id == "2") {
  19. type = "1";//已审核
  20. }
  21. haifm.loadMobilePage("haifm", "whhIndex.htm?mcid=" + $("#mcid").val()+"&type="+type
  22. +"&goTo="+id);
  23. $(".warpersy").hide();
  24. }
  25. </script>
  26. </head>
  27. <body>
  28. <input type="hidden" id="mcid" value="$!mcid">
  29. <input type="hidden" id="yhid" value="$!yhid">
  30. <input type="hidden" id="ks" value="$!ks">
  31. <input type="hidden" id="js" value="$!js">
  32. <div class="warper warpersy">
  33. <div data-goTo="0" onclick=" goTo(0);">无害化申请</div> </br>
  34. <div data-goTo="1" onclick=" goTo(1);">无害化审核</div> </br>
  35. <div data-goTo="2" onclick=" goTo(2);">无害化登记</div> </br>
  36. </div>
  37. <div id="haifm">
  38. </div>
  39. </body>
  40. </html>