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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
[#include "/business/wechat/include/title.html" /]
[#include "/business/wechat/include/wheader.html" /]
</head>
<body>
<div class="guide_title"> <img src="${common_static}/static/wechat/images/guide_01.gif"/> </div>
<div class="guide_cont"> <img src="${common_static}/static/wechat/images/guide_02.gif"/> </div>
<div class="guide_submit">
<a class="guisubmit yellow" href="${base}/wechat/engineerBind.html?openId=${openId}">我是工程师</a>
<a class="guisubmit blue" href="${base}/wechat/customerBind.html?openId=${openId}">我是用户</a>
</div>
[#if timeOut?? && timeOut=="2"]
    <script type="text/javascript">
    $(function() {
        popupTips("该账号已过有效期", 2000);
    })
    </script>
[/#if]
</body>
</html>