Commit 49188cc8 authored by 黄同智's avatar 黄同智
parents ff880e61 45185e3e
......@@ -744,8 +744,8 @@ function gotoTouSuZhiNan() {
<div class="menu1_div" id="menu1">
<div class="menu1content_div" id="menu1Content">
<a href="javascript:void(0);" id="0000" title="" onClick="taskBar.createWin('0000','首页','N000F1','i18n=true,LND_PSWD_MOD_DATE=20251106,CCVEC_MALL_FLAG=Y,ACCTLIMIT_N90015_FLG=N,CST_INF_ABNML_IND=0,LOGIN_NUM=32,QYSJYL_GREY_FLG=Y,CFCA_OverNum=,CFCA_PreNum=,IsNeedNoticePre=1,IsNeedNoticeOver=0,CAleaves=,CATEGORY=B,BRANCH_URL=,NXT_CHRGFEE_DT=','');">首页</a>
<!-- <a href="javascript:void(0);" id="0000" title="" onClick="taskBar.createWin('0000','首页','N000F1','i18n=true,LND_PSWD_MOD_DATE=20251106,CCVEC_MALL_FLAG=Y,ACCTLIMIT_N90015_FLG=N,CST_INF_ABNML_IND=0,LOGIN_NUM=32,QYSJYL_GREY_FLG=Y,CFCA_OverNum=,CFCA_PreNum=,IsNeedNoticePre=1,IsNeedNoticeOver=0,CAleaves=,CATEGORY=B,BRANCH_URL=,NXT_CHRGFEE_DT=','');">首页</a> -->
<a href="javascript:void(0);" id="0000" title="" onClick="showHome()">首页</a>
......@@ -1758,7 +1758,7 @@ function gotoTouSuZhiNan() {
<!-- <li><a href="#" id="5111" ondrag="dragMenu(this);" ondragend="releaseMenuu(this);" onClick="taskBar.createWin('5111','活期账户','N00001','','15');SJCJ_MENU_2('5111','');">活期账户</a></li> -->
<li><a href="#" id="5111" ondrag="dragMenu(this);" ondragend="releaseMenuu(this);" onClick="onAccount()">活期账户</a></li>
<li><a href="#" id="5111" ondrag="dragMenu(this);" ondragend="releaseMenuu(this);" onClick="showAccount()">活期账户</a></li>
<li><a href="#" id="5112" ondrag="dragMenu(this);" ondragend="releaseMenuu(this);" onClick="taskBar.createWin('5112','定期账户','N00201','','15');SJCJ_MENU_2('5112','');">定期账户</a></li>
......@@ -5960,7 +5960,8 @@ function isNewVersion()
else
return false;
}
function onAccount(){
// 展示账户信息
function showAccount(){
let homeBox = document.getElementById("homeBox");
homeBox.style.display = "none";
......@@ -9727,36 +9728,50 @@ function whzqProcess(menuId){
</script>
<script type="text/javascript">
// 展示首页信息
function showHome(){
let accountBox = document.getElementById("accountBox");
accountBox.style.display = "none";
let homeBox = document.getElementById("homeBox");
homeBox.style.display = "block";
}
//数据采集,一级菜单,点击事件
function SJCJ_MENU_1(menuName,link_type){
//区分是常规菜单还是素材菜单
var touch_event_name ="";
if("1"==link_type||"2"==link_type){
//素材菜单
$("#touch_event_type").val("按钮点击");
touch_event_name = "企业网银新版首页_菜单活动__自定义菜单_"+menuName+"_按钮点击";
$("#touch_event_name").val(touch_event_name);
$("#touch_element_content").val("");
$("#touch_page_title").val("企业网银新版首页_菜单活动_");
$("#touch_page_id").val("QW0200000003_CDHD_");
$("#touch_element_id").val("");
$("#touch_element_name").val("");
$("#touch_element_position").val("");
doCcvecCollect();
console.log("素材菜单=========")
return
// //素材菜单
// $("#touch_event_type").val("按钮点击");
// touch_event_name = "企业网银新版首页_菜单活动__自定义菜单_"+menuName+"_按钮点击";
// $("#touch_event_name").val(touch_event_name);
// $("#touch_element_content").val("");
// $("#touch_page_title").val("企业网银新版首页_菜单活动_");
// $("#touch_page_id").val("QW0200000003_CDHD_");
// $("#touch_element_id").val("");
// $("#touch_element_name").val("");
// $("#touch_element_position").val("");
// doCcvecCollect();
}else{
console.log("常规菜单=========")
return
//常规菜单
$("#touch_event_type").val("按钮点击");
touch_event_name = "企业网银新版首页_菜单活动__系统菜单_"+menuName+"_按钮点击";
$("#touch_event_name").val(touch_event_name);
$("#touch_element_content").val("");
$("#touch_page_title").val("企业网银新版首页_菜单活动_");
$("#touch_page_id").val("QW0200000003_CDHD_");
$("#touch_element_id").val("");
$("#touch_element_name").val("");
$("#touch_element_position").val("");
doCcvecCollect();
// $("#touch_event_type").val("按钮点击");
// touch_event_name = "企业网银新版首页_菜单活动__系统菜单_"+menuName+"_按钮点击";
// $("#touch_event_name").val(touch_event_name);
// $("#touch_element_content").val("");
// $("#touch_page_title").val("企业网银新版首页_菜单活动_");
// $("#touch_page_id").val("QW0200000003_CDHD_");
// $("#touch_element_id").val("");
// $("#touch_element_name").val("");
// $("#touch_element_position").val("");
// doCcvecCollect();
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment