wlzboy
2025-08-07 54979feba74bd3c7dea2630e1ba96401b25f60d8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<%Session.CodePage=65001%>
<!--#include virtual="/inc/odbc.asp"-->
<!--#include virtual="/inc/function.asp"-->
<%
ServiceOrdID    = SafeRequest(trim(request("ServiceOrdID")))
DispatchOrdID    = SafeRequest(trim(request("DispatchOrdID")))
%>
<html>
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no">
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-status-bar-style" content="black">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>民航医疗快线</title>
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/app.css?v=1.8">
</head>
<body class="success_body">
<div>
        <style>
    .success img{
        width: 20%;
    }
    #shareit {
        -webkit-user-select: none;
        display: none;
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.85);
        text-align: center;
        top: 0;
        left: 0;
        z-index: 105;
    }
    .arrow {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    a.center-link{
        display: inline-block;
        border-radius: 20px;
        height: auto;
        border:1px solid #fe7900;
        background: #fe7900;
        color: white;
    }
    a.center-link2{
        display: inline-block;
        border-radius: 20px;
        height: auto;
        border:1px solid #fe7900;
        color: #fe7900;
    }
</style>
    <p class="text-center" style="margin-top: 10px;"><img width="100%" src="/img/success2.png"/></p>
    <p class="text-center" style="color: #656565;font-size: 18px;">评价成功</p>
    <%If ServiceOrdID<>"" And DispatchOrdID<>"" And 1=2 Then%><p class="text-center" style="color: #656565;font-size: 18px;"><a href="OrdEvaluateSaveTest.asp?ServiceOrdID=<%=ServiceOrdID%>&DispatchOrdID=<%=DispatchOrdID%>">重置评价(测试专用)</a></p><%End If%>
    <p class="text-center"  style="display: none;">
                <a class='center-link' href="/ucenter/index" style="padding: 6px 5.3%;">进入个人中心</a>
                        <a class='center-link2' href="javascript:void(0)" style="padding: 6px 5.3%;" id="share_btn">分享我的评价</a>
            </p>
<div id="shareit">
    <img class="arrow" src="/img/share_it.png">
</div>
    
<!-- 评价后广告 -->
<!--默认图片-->
 
</div>
</body>
</html>