<!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>
|