Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
buildbank-replica
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
姚珂
buildbank-replica
Commits
396dcde7
Commit
396dcde7
authored
Apr 29, 2026
by
秦垚玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:登录调整及跳转相关
parent
608bba22
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
105 additions
and
28 deletions
+105
-28
NECV6B2BMainPlat_09_FW.html
NCCB/NECV6B2BMainPlat_09_FW.html
+0
-0
home.html
home.html
+9
-9
index.html
index.html
+16
-5
login.html
login.html
+80
-14
No files found.
NCCB/NECV6B2BMainPlat_09_FW.html
deleted
100644 → 0
View file @
608bba22
This source diff could not be displayed because it is too large. You can
view the blob
instead.
home.html
View file @
396dcde7
...
@@ -861,16 +861,16 @@
...
@@ -861,16 +861,16 @@
<script>
<script>
// 初始化轮播
//
//
初始化轮播
var
swiper
=
new
Swiper
(
".mySwiper"
,
{
//
var swiper = new Swiper(".mySwiper", {
// 自动轮播
//
// 自动轮播
autoplay
:
{
//
autoplay: {
delay
:
1000
,
// 间隔1秒
//
delay: 1000, // 间隔1秒
disableOnInteraction
:
false
,
// 手动切换后继续自动播放
//
disableOnInteraction: false, // 手动切换后继续自动播放
},
//
},
loop
:
true
,
// 无缝循环
//
loop: true, // 无缝循环
});
//
});
// 获取所有具有 '.tab' 类的DOM元素(标签)
// 获取所有具有 '.tab' 类的DOM元素(标签)
...
...
index.html
View file @
396dcde7
...
@@ -622,7 +622,9 @@ function gotoTouSuZhiNan() {
...
@@ -622,7 +622,9 @@ function gotoTouSuZhiNan() {
<a
class=
"headBtn_a headMore"
id=
"moreBtn"
>
更多
<img
src=
"https://xc.b2bstatic3.ccb.com/V6/STY6/CN/images7/FN90001/headDn.png"
/></a>
<a
class=
"headBtn_a headMore"
id=
"moreBtn"
>
更多
<img
src=
"https://xc.b2bstatic3.ccb.com/V6/STY6/CN/images7/FN90001/headDn.png"
/></a>
<a
class=
"headBtn_a headLogout"
id=
"logout"
>
退出
</a>
<span
class=
"headBtn_a headLogout"
id=
"logout"
onclick=
"onLogout()"
href=
"login.html"
>
退出
</span>
</div>
</div>
<div
style=
"float: right;"
>
<div
style=
"float: right;"
>
...
@@ -5628,7 +5630,7 @@ function gotoTouSuZhiNan() {
...
@@ -5628,7 +5630,7 @@ function gotoTouSuZhiNan() {
</div>
</div>
</div>
</div>
</div>
</div>
<form
name=
"jhform"
id=
"jhform"
METHOD=
"POST"
action=
"./NCCB/NECV6B2BMainPlat_09_FW.html"
target=
"frame_main"
>
<
!-- <
form name="jhform" id="jhform" METHOD="POST" action="./NCCB/NECV6B2BMainPlat_09_FW.html" target="frame_main">
<span id="AA"></span>
<span id="AA"></span>
<input TYPE="hidden" NAME="SKEY" id="SKEY" VALUE="O5KBoO">
<input TYPE="hidden" NAME="SKEY" id="SKEY" VALUE="O5KBoO">
<input TYPE="hidden" NAME="CUSTOMERID" id="CUSTOMERID" VALUE="HB42000009201110801">
<input TYPE="hidden" NAME="CUSTOMERID" id="CUSTOMERID" VALUE="HB42000009201110801">
...
@@ -5636,8 +5638,7 @@ function gotoTouSuZhiNan() {
...
@@ -5636,8 +5638,7 @@ function gotoTouSuZhiNan() {
<input TYPE="hidden" NAME="NLDFLAG" id="NLDFLAG" VALUE="0">
<input TYPE="hidden" NAME="NLDFLAG" id="NLDFLAG" VALUE="0">
<input TYPE="hidden" NAME="TXCODE" id="TXCODE" VALUE="">
<input TYPE="hidden" NAME="TXCODE" id="TXCODE" VALUE="">
<!--数据采集字段-->
<input type="hidden" id="touch_event_type" value="页面浏览">
<input type="hidden" id="touch_event_type" value="页面浏览">
<input type="hidden" id="touch_event_name" value="企业网银新版首页_菜单活动__页面浏览">
<input type="hidden" id="touch_event_name" value="企业网银新版首页_菜单活动__页面浏览">
<input type="hidden" id="touch_element_content" value="">
<input type="hidden" id="touch_element_content" value="">
...
@@ -5671,7 +5672,7 @@ function gotoTouSuZhiNan() {
...
@@ -5671,7 +5672,7 @@ function gotoTouSuZhiNan() {
<input TYPE="hidden" NAME="CUSTOMERID" id="CUSTOMERID" VALUE="HB42000009201110801">
<input TYPE="hidden" NAME="CUSTOMERID" id="CUSTOMERID" VALUE="HB42000009201110801">
<input TYPE="hidden" NAME="USERID" id="USERID" VALUE="999999">
<input TYPE="hidden" NAME="USERID" id="USERID" VALUE="999999">
<input TYPE="hidden" NAME="TEL" id="TEL" VALUE="18672784700">
<input TYPE="hidden" NAME="TEL" id="TEL" VALUE="18672784700">
</form>
</form>
-->
...
@@ -6317,6 +6318,8 @@ function getMallUrlAction(){
...
@@ -6317,6 +6318,8 @@ function getMallUrlAction(){
<script>
<script>
$
(
document
).
ready
(
function
(){
$
(
document
).
ready
(
function
(){
$
(
'#custInfo_i'
).
hover
(
$
(
'#custInfo_i'
).
hover
(
function
(){
function
(){
$
(
'#logInfo'
).
show
();
$
(
'#logInfo'
).
show
();
...
@@ -7283,6 +7286,14 @@ function searchAcc(){
...
@@ -7283,6 +7286,14 @@ function searchAcc(){
queryTaskFile
(
'N000D2'
,
'1'
);
queryTaskFile
(
'N000D2'
,
'1'
);
}
}
}
}
function
onLogout
(
e
){
console
.
log
(
"退出==========="
)
window
.
location
.
href
=
'./login.html'
;
};
function
dzhdcx
(
item
,
totalPage
,
pageJump
)
{
function
dzhdcx
(
item
,
totalPage
,
pageJump
)
{
$
(
"#dzhdcx_filter"
).
show
();
$
(
"#dzhdcx_filter"
).
show
();
...
...
login.html
View file @
396dcde7
...
@@ -2145,8 +2145,8 @@ function scrollTopBtn_1(){
...
@@ -2145,8 +2145,8 @@ function scrollTopBtn_1(){
if
(
i
>
0
&&
language
==
"CN"
){
if
(
i
>
0
&&
language
==
"CN"
){
changeLogin
(
'UM'
);
changeLogin
(
'UM'
);
}
else
{
}
else
{
//
changeLogin('CT');
changeLogin
(
'CT'
);
toUCLogin
();
//
toUCLogin();
}
}
}
}
function
openxw
(){
function
openxw
(){
...
@@ -2663,9 +2663,17 @@ function changeLogin(type) {
...
@@ -2663,9 +2663,17 @@ function changeLogin(type) {
showPrompt
();
showPrompt
();
}
}
}
}
function
pwdLogin
(){
window
.
location
.
href
=
"./index.html"
;
}
function
toUCLogin
()
{
function
toUCLogin
()
{
window
.
top
.
location
.
href
=
"/NCCB/MNECV6B2BMainPlat_UN?CCB_IBSVersion=V6&PT_LANGUAGE=CN&PT_STYLE=6&resType=jsp&TXCODE=N7N010&USERID=&i18n=true&LOGIN_TYPE=UC&dc=1"
;
// window.top.location.href="/NCCB/MNECV6B2BMainPlat_UN?CCB_IBSVersion=V6&PT_LANGUAGE=CN&PT_STYLE=6&resType=jsp&TXCODE=N7N010&USERID=&i18n=true&LOGIN_TYPE=UC&dc=1";
changeLogin
(
'CT'
);
}
}
function
showPrompt
()
{
function
showPrompt
()
{
...
@@ -3051,7 +3059,9 @@ $(function(){
...
@@ -3051,7 +3059,9 @@ $(function(){
var
loginInfoStr
=
JSON
.
stringify
(
loginInfo
);
var
loginInfoStr
=
JSON
.
stringify
(
loginInfo
);
var
encodeStr
=
encodeURIComponent
(
loginInfoStr
);
var
encodeStr
=
encodeURIComponent
(
loginInfoStr
);
var
queryString
=
"CCB_IBSVersion=V6&PT_LANGUAGE="
+
language
+
"&PT_STYLE=6&resType=jsp&colorCSS=&TXCODE=N90N20&USERID=&i18n=true&TTXCODE=N90011&loginInfo="
+
encodeStr
;
var
queryString
=
"CCB_IBSVersion=V6&PT_LANGUAGE="
+
language
+
"&PT_STYLE=6&resType=jsp&colorCSS=&TXCODE=N90N20&USERID=&i18n=true&TTXCODE=N90011&loginInfo="
+
encodeStr
;
toIndex
(
'/NCCB/NECV6PubQuery'
,
queryString
);
// toIndex('/NCCB/NECV6PubQuery', queryString);
// 重定向首页
window
.
location
.
href
=
"./index.html"
});
});
//用户/手机号登录
//用户/手机号登录
...
@@ -3871,9 +3881,9 @@ function loginGuide() {
...
@@ -3871,9 +3881,9 @@ function loginGuide() {
<td>
<td>
<div
class=
"ipt_cn"
>
<div
class=
"ipt_cn"
>
<i
class=
"ipt_cn1_icon"
></i>
<i
class=
"ipt_cn1_icon"
></i>
<input
class=
"Wrap_input_search"
type=
"text"
name=
"CUSTOMERID"
id=
"CUSTOMERID"
value=
""
maxlength=
"23"
onmouseover=
"khsb(this,'1')"
onmouseout=
"khsb(this,'3')"
onclick=
"khsb(this,'5')"
placeholder=
"客户识别号"
style=
"color:#B7B7B7;"
/>
<input
class=
"Wrap_input_search"
type=
"text"
name=
"CUSTOMERID"
id=
"CUSTOMERID"
value=
"
HB42000009201110801
"
maxlength=
"23"
onmouseover=
"khsb(this,'1')"
onmouseout=
"khsb(this,'3')"
onclick=
"khsb(this,'5')"
placeholder=
"客户识别号"
style=
"color:#B7B7B7;"
/>
</div>
</div>
<
div><span
id=
"getCustomId"
style=
"width: 95px;height: 30px;right:0;line-height: 36px;color:#007AB3;cursor:pointer;position:absolute;margin-right:30px;text-align:right;"
onclick=
"toCTLoginJsp()"
>
获取客户号
</span></div
>
<
!-- <div><span id="getCustomId" style="width: 95px;height: 30px;right:0;line-height: 36px;color:#007AB3;cursor:pointer;position:absolute;margin-right:30px;text-align:right;" onclick="toCTLoginJsp()">获取客户号</span></div> --
>
</td>
</td>
</tr>
</tr>
...
@@ -3881,7 +3891,7 @@ function loginGuide() {
...
@@ -3881,7 +3891,7 @@ function loginGuide() {
<td>
<td>
<div
class=
"ipt_pwd"
>
<div
class=
"ipt_pwd"
>
<i
class=
"ipt_pwd_icon"
></i>
<i
class=
"ipt_pwd_icon"
></i>
<input
class=
"Wrap_input_search"
type=
"text"
name=
"USERID"
id=
"USERID"
value=
""
maxlength=
"6"
onmouseover=
"khsb(this,'2')"
onmouseout=
"khsb(this,'4')"
onclick=
"khsb(this,'5')"
placeholder=
"操作员代码"
style=
"color:#B7B7B7;"
/>
<input
class=
"Wrap_input_search"
type=
"text"
name=
"USERID"
id=
"USERID"
value=
"
999999
"
maxlength=
"6"
onmouseover=
"khsb(this,'2')"
onmouseout=
"khsb(this,'4')"
onclick=
"khsb(this,'5')"
placeholder=
"操作员代码"
style=
"color:#B7B7B7;"
/>
</div>
</div>
</td>
</td>
...
@@ -3904,7 +3914,7 @@ function loginGuide() {
...
@@ -3904,7 +3914,7 @@ function loginGuide() {
<tr>
<tr>
<td
>
<td
>
<div
class=
"div_login_btn"
>
<div
class=
"div_login_btn"
onclick=
"pwdLogin()"
>
<input
type=
"button"
name=
"next"
id=
"LOGIN_BOX_BTN"
class=
"pbd_btn_login btn_disabled btn_js_link1"
disabled
value=
"登 录"
/>
<input
type=
"button"
name=
"next"
id=
"LOGIN_BOX_BTN"
class=
"pbd_btn_login btn_disabled btn_js_link1"
disabled
value=
"登 录"
/>
</div>
</div>
...
@@ -4125,22 +4135,78 @@ function loginGuide() {
...
@@ -4125,22 +4135,78 @@ function loginGuide() {
</td>
</td>
</tr>
</tr>
<tr>
<tr
class=
"div_tab_tr"
>
<td>
<div
class=
"ipt_cn"
>
<i
class=
"ipt_cn1_icon"
></i>
<input
class=
"Wrap_input_search"
type=
"text"
name=
"CUSTOMERID"
id=
"CUSTOMERID"
value=
"HB42000009201110801"
maxlength=
"23"
onmouseover=
"khsb(this,'1')"
onmouseout=
"khsb(this,'3')"
onclick=
"khsb(this,'5')"
placeholder=
"客户识别号111"
style=
"color:#333333;"
/>
</div>
<!-- <div><span id="getCustomId" style="width: 95px;height: 30px;right:0;line-height: 36px;color:#007AB3;cursor:pointer;position:absolute;margin-right:30px;text-align:right;" onclick="toCTLoginJsp()">获取客户号</span></div> -->
</td>
</tr>
<tr
class=
"div_tab_tr"
>
<td>
<div
class=
"ipt_pwd"
>
<i
class=
"ipt_pwd_icon"
></i>
<input
class=
"Wrap_input_search"
type=
"text"
name=
"USERID"
id=
"USERID"
value=
"999999"
maxlength=
"6"
onmouseover=
"khsb(this,'2')"
onmouseout=
"khsb(this,'4')"
onclick=
"khsb(this,'5')"
placeholder=
"操作员代码"
style=
"color:#333333;"
/>
</div>
</td>
</tr>
<tr
class=
"div_tab_tr"
>
<td
id=
"passWord_tr"
>
<div
class=
"ipt_pwd1"
style=
"margin-bottom: 0px;"
>
<i
class=
"ipt_pwd1_icon"
></i>
<i
class=
"keyboard_icon"
></i>
<input
class=
"Wrap_input_search"
type=
"password"
id=
"LOG_PWD"
name=
"LOG_PWD"
placeholder=
"登录密码"
style=
"color:#333333"
/>
<!-- <a style="position:absolute;top:0px;right:0px;cursor:pointer;" class="keyboard" id="keyboardBtn">软键盘</a> -->
<span
style=
"left:230px;top:7px;width:30px;height:20px;overflow:hidden;cursor:pointer;z-index: 99999;position:absolute;"
id=
"keyboardBtn"
>
</span>
</div>
</td>
</tr>
<tr>
<td
>
<div
class=
"div_login_btn"
onclick=
"pwdLogin();"
>
<input
type=
"button"
name=
"next"
id=
"LOGIN_BOX_BTN"
class=
"pbd_btn_login"
value=
"登 录"
/>
</div>
<div
style=
"position:relative;top:0px;font-size:12px;width:100%;float:right;color:#007AB3;margin-top:10px;"
>
<span
style=
"float:left;"
><input
type=
"checkbox"
id=
"rememberCustId"
value=
"1"
style=
"vertical-align:middle;"
>
记住客户号
</span>
<span
id=
"forgetPsw"
style=
"float:right;cursor:pointer;"
onclick=
"forgetPsw('CN')"
>
忘记密码
</span>
</div>
</td>
</tr>
<!-- <tr>
<td>
<td>
<div class="" style="margin-top: 20px;">
<div class="" style="margin-top: 20px;">
<div style="text-align:center;"><img src="https://xc.b2bstatic3.ccb.com/V6/STY6/CN/images6/new_login/ukey.png" /></div>
<div style="text-align:center;"><img src="https://xc.b2bstatic3.ccb.com/V6/STY6/CN/images6/new_login/ukey.png" /></div>
<div style="text-align:center;" id="prompt">
<div style="text-align:center;" id="prompt">
请确认已插入<a href="javascript:void(0);" onclick="dialog1()">网银盾</a>或已安装<a href="javascript:void(0);" onclick="dialog2()">简版网银证书</a>后登录
请确认已插入<a href="javascript:void(0);" onclick="dialog1()">网银盾</a>或已安装<a href="javascript:void(0);" onclick="dialog2()">简版网银证书</a>后登录
</div>
</div>
</div>
</div>
</td>
</td>
</tr>
<tr>
</tr> -->
<!-- <tr>
<td>
<td>
<div class="div_login_btn">
<div class="div_login_btn">
<input
type=
"button"
name=
"next"
class=
"pbd_btn_login"
onclick=
"toCTLoginJsp()"
value=
"
立即登
录"
/>
<input type="button" name="next" class="pbd_btn_login" onclick="toCTLoginJsp()" value="
登
录" />
...
@@ -4157,7 +4223,7 @@ function loginGuide() {
...
@@ -4157,7 +4223,7 @@ function loginGuide() {
</td>
</td>
</tr>
</tr>
-->
</table>
</table>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment