Commit 7b043f9b authored by 秦垚玲's avatar 秦垚玲

fix:外汇专区、投资理财调整

parent dd7cb6cb
......@@ -9427,21 +9427,21 @@ position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; display: none;"
$(document).ready(function(){
$("#0007").click(function(e){
if($.isNumeric(e.clientX)){
$("#007Q").click();
}
})
// $("#0007").click(function(e){
// if($.isNumeric(e.clientX)){
// $("#007Q").click();
// }
// })
$("#000Y").click(function(e){
if($.isNumeric(e.clientX)){
var CBL_SY = "NWHZQ0";
taskBar.createWin("whzq","外汇专区",CBL_SY,"","15");
$('.slideMenu').show();
}
})
// $("#000Y").click(function(e){
// if($.isNumeric(e.clientX)){
// var CBL_SY = "NWHZQ0";
// taskBar.createWin("whzq","外汇专区",CBL_SY,"","15");
// $('.slideMenu').show();
// }
// })
});
</script>
......
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