cy
2022-06-21 129904537f66509f97b285e7eb4f42b3dc349dd0
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
<!doctype html>
<html>
<head>
[#include "/business/wechat/include/title.html" /]
[#include "/business/wechat/include/wheader.html" /]
</head>
 
<body>
<header class="kltit clearfix">
 
<a href="${base}/ewyw/ewzc/ewMyzc.html" ><span></span></a>
提示</header>
<section class="OpeTips">
    <div>
    <span class="ok" ></span>操作成功!
    </div>
    已成功发送到【${msg.dealUserName}】<br />
   接收人【${msg.dealUserName}】
</section>
<button class="bluebtn bluebtnsmal2" onclick="queding()">确定</button>
<script type="text/javascript">
function queding(){
       window.location.href = "${base}/ewyw/ewzc/ewMyzc.html";
                  
}
</script>
</body>
</html>