chengkun
2025-05-20 4c1f0f659384d71ce28be1fc0343e56e75568fe1
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
    <title>{yun:}$title{/yun}</title>
    <meta name="keywords" content="{yun:}$keywords{/yun}" />
    <meta name="description" content="{yun:}$description{/yun}" />
    <link rel="stylesheet" href="{yun:}$style{/yun}/style/login.css?v={yun:}$config.cachecode{/yun}" type="text/css" />
    <link rel="stylesheet" href="{yun:}$style{/yun}/style/css.css?v={yun:}$config.cachecode{/yun}" type="text/css" />
</head>
<body style="background:#fff">
<div class="wx_login_bd">
    <div class="wx_login_w980">
        <div class="wx_login_logo"> <a href="{yun:}$config.sy_weburl{/yun}"><img src="{yun:}$config.sy_ossurl{/yun}/{yun:}$config.sy_logo{/yun}" class="png"></a></div>
        <span class="wx_login_tel">客户服务热线:{yun:}$config.sy_freewebtel{/yun} </span>
    </div>
</div>
 
<!--content  start-->
<div class="wx_login_980">
    <div class="wx_login_box">
        <div class="wx_login_bdtit">
            <div class="wx_login_bdtit_b">
                <div id="bindacount" class="wx_login_bdname">账号登录
                    <i id="tabacount" class="{yun:}if $smarty.get.type=='ba'{/yun}wx_login_bdnameline{yun:}/if{/yun}"></i>
                </div>
                {yun:}if $config.sy_msg_isopen==1 && $config.sy_msg_login==1{/yun}
                <div id="bindphone" class="wx_login_bdname">短信登录
                    <i id="tabphone" class="{yun:}if !$smarty.get.type{/yun}wx_login_bdnameline{yun:}/if{/yun}"></i>
                </div>
                {yun:}/if{/yun}
            </div>
            <div class="wx_login_bd_p">
                绑定已有账号{yun:}if $config.reg_real_name_check != 1{/yun}{yun:}if $config.sy_reg_type==1{/yun},或直接<a href="javascript:void(0);" onclick="creatacount();" style="color: #276bf2">创建新账号</a>{yun:}else{/yun},<a href="{yun:}url m=register bind=2{/yun}" style="color: #276bf2">如您没有账号,请注册并绑定</a>{yun:}/if{/yun}{yun:}/if{/yun}
            </div>
            <a href="{yun:}$config.sy_weburl{/yun}" class="wx_login_bd_sy">< 返回首页</a>
        </div>
 
        {yun:}if $smarty.get.type=='ba'{/yun}
        <div class="wx_login_bdlist">
            <span class="wx_login_bdlistname">用户名:</span>
            <div class="wx_login_bdtext">
                <input type="text" id="username" name="username" autocomplete="off" placeholder="邮箱/手机号/用户名" class="wx_login_input" />
                <div class="logoin_msg none" id="show_name">
                    <div class="logoin_msg_tx">请填写用户名</div>
                    <div class="logoin_msg_icon"></div>
                </div>
            </div>
        </div>
 
        <div class="wx_login_bdlist">
            <span class="wx_login_bdlistname">密码:</span>
            <div class="wx_login_bdtext">
                <input type="password" id="password" name="password" autocomplete="off" placeholder="密码" class="wx_login_input" />
                <div class="logoin_msg none" id="show_pass">
                    <div class="logoin_msg_tx">请填写密码</div>
                    <div class="logoin_msg_icon"></div>
                </div>
            </div>
        </div>
        {yun:}/if{/yun}
 
        {yun:}if !$smarty.get.type{/yun}
            <div class="wx_login_bdlist">
                <span class="wx_login_bdlistname">手机号:</span>
                <div class="wx_login_bdtext">
                    <input type="text" id="moblie" autocomplete="off" placeholder="请输入手机号" class="wx_login_input">
                    <span class="reg_tips reg_tips_red none" id="ajax_moblie"></span>
                </div>
            </div>
        {yun:}/if{/yun}
        {yun:}if strpos($config.code_web,"前台登录")!==false{/yun}
            {yun:}if $config.code_kind > 2{/yun}
            <div class="gtdx-captcha">
                {yun:}if $smarty.get.type == 'ba'{/yun}
                <div id="bind-captcha" data-id='sublogin' data-type='click'></div>
                {yun:}else{/yun}
                <div id="bind-captcha" data-id='send_msg_tip' data-type='click'></div>
                {yun:}/if{/yun}
                <input type='hidden' id="verify_token" name="verify_token" value="">
                <input type='hidden' id="popup-submit">
                <input type='hidden' id="bind-submit">
            </div>
            {yun:}else{/yun}
            <div class="wx_login_bdlist">
                <span class="wx_login_bdlistname">验证码:</span>
                <div class="wx_login_bdtext">
                    <input type="text" id="CheckCode" autocomplete="off" placeholder="请输入图片验证码" class="wx_login_input" maxlength="6" style="width:150px;">
                    <a href="javascript:void(0);" onclick="checkCode('vcode_img');" class="wx_login_yzm"> <img id="vcode_img" class="authcode" src="{yun:}$config.sy_weburl{/yun}/app/include/authcode.inc.php" /></a>
                    <span class="reg_tips reg_tips_red none" id="ajax_CheckCode"></span>
                </div>
            </div>
            {yun:}/if{/yun}
        {yun:}/if{/yun}
 
        {yun:}if !$smarty.get.type{/yun}
        <div class="wx_login_bdlist">
            <span class="wx_login_bdlistname">短信验证:</span>
            <div class="wx_login_bdtext">
                <input type="text" id="moblie_code" autocomplete="off" placeholder="请输入短信验证码" class="wx_login_input" style="width:150px;">
                <a href="javascript:void(0);" href="javascript:void(0);" id="send_msg_tip" onclick="send_bind_msg('{yun:}url m=login c=sendmsg{/yun}');" class="wx_login_dxyz"><span>获取短信验证</span></a>
                <span class="reg_tips reg_tips_red none" id="ajax_moblie_code"></span>
                <input type="hidden" id="send" value="0" />
            </div>
        </div>
        {yun:}/if{/yun}
        <div class="wx_login_bdlist">
            <span class="wx_login_bdlistname">&nbsp;</span>
            <div class="wx_login_bdtext">
                {yun:}if $smarty.get.type=='ba'{/yun}
                <a href="javascript:void(0);" onclick="bindacount('vcode_img');" class="wx_login_btb">绑定已有账号</a>
                {yun:}else{/yun}
                <a href="javascript:void(0);" onclick="bindphone('vcode_img');" id='sublogin' class="wx_login_btb ">绑定已有账号</a>
                {yun:}/if{/yun}
            </div>
        </div>
        <input type="hidden" id="provider" value="qq"/>
    </div>
</div>
<!--content  end-->
 
<script src="{yun:}$config.sy_weburl{/yun}/js/jquery-1.8.0.min.js?v={yun:}$config.cachecode{/yun}" language="javascript"></script>
<link href="{yun:}$config.sy_weburl{/yun}/js/layui/css/layui.css?v={yun:}$config.cachecode{/yun}" rel="stylesheet" type="text/css" />
<script src="{yun:}$config.sy_weburl{/yun}/js/layui/layui.js?v={yun:}$config.cachecode{/yun}"></script>
<script src="{yun:}$config.sy_weburl{/yun}/js/layui/custom_layer.js?v={yun:}$config.cachecode{/yun}"></script>
<script src="{yun:}$config.sy_weburl{/yun}/js/public.js?v={yun:}$config.cachecode{/yun}" language="javascript"></script>
<!--[if IE 6]>
<script src="{yun:}$config.sy_weburl{/yun}/js/png.js?v={yun:}$config.cachecode{/yun}"></script>
<script>
DD_belatedPNG.fix('.png,.index_logoin,.index_logoin_current,.nav_list,.fairs_Status,.fairs_Status,.logoin_qybj,.logoin_grbj,.logoin_Shadow_right,.logoin_Shadow_left,.whitebg,.micro_resume_fast,.nav_list_hover a,#bg,.left_comapply_cont li,.icon2,.nav_list .nav_list_hover em,.Fast_right_icon_l,.Fast_right_icon_r,.index_logoin_after,.logoin_after em,.logoin_after_su2,.logoin_after_su1,.hbg,.pagination li a,.firm_post_list,.Auction_tit,.yun_title,.Recommended_tit,.Com_Search_Results_r ul .All_post_h1_act,.sButtonBlock a.closeButton,.Comment_list_top,.icon,.yun_wap_m_bg,.micro_box');
</script>
<![endif]-->
<script>
    var code_kind = '{yun:}$config.code_kind{/yun}',
        code_web = '{yun:}$config.code_web{/yun}',
        wxregurl = '{yun:}url m=login c=fastregsave{/yun}',
        wxbindacounturl = '{yun:}url m=login c=baloginsave{/yun}',
        weburl = '{yun:}$config.sy_weburl{/yun}';
    $(document).ready(function() {
        $('#bindphone').click(function(data) {
            window.location.href = '{yun:}url m=qqconnect c=qqbind{/yun}';
        });
        $('#bindacount').click(function(data) {
            window.location.href = '{yun:}url m=qqconnect c=qqbind type=ba{/yun}';
        });
    });
</script>
<script src="{yun:}$style{/yun}/js/reg_ajax.js?v={yun:}$config.cachecode{/yun}" type="text/javascript"></script>
{yun:}include file="$tplstyle/verify/verify_js.htm"{/yun}
{yun:}include file="$tplstyle/footer.htm"{/yun}