123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0,user-scalable=no">
- <meta name="apple-mobile-web-app-capable" content="yes">
- <meta name="apple-mobile-web-app-status-bar-style" content="black">
- <link rel="stylesheet" href="views/whh/main.css?type=2">
- <title>慧牧科技</title>
- #include("template/huimv-whh-head.vm")
- <script type="text/javascript">
- function goTo(id){
- var type = "";
- if(id == "0") {
- type = "0";//未审核页面
- }else if (id == "1") {
- type = "0";//未审核
- }else if (id == "2") {
- type = "1";//已审核
- }
-
- haifm.loadMobilePage("haifm", "whhIndex.htm?mcid=" + $("#mcid").val()+"&type="+type
- +"&goTo="+id);
- $(".warpersy").hide();
- }
-
- </script>
- </head>
- <body>
- <input type="hidden" id="mcid" value="$!mcid">
- <input type="hidden" id="yhid" value="$!yhid">
- <input type="hidden" id="ks" value="$!ks">
- <input type="hidden" id="js" value="$!js">
- <div class="warper warpersy">
- <div data-goTo="0" onclick=" goTo(0);">无害化申请</div> </br>
- <div data-goTo="1" onclick=" goTo(1);">无害化审核</div> </br>
- <div data-goTo="2" onclick=" goTo(2);">无害化登记</div> </br>
- </div>
- <div id="haifm">
- </div>
- </body>
- </html>
|