海通e海通财电脑版下载怎么修改密码

登录后即可办理
风险承受能力测评
第三方存管
开放式基金账户
创业板转签
债券质押式逆回购
贵金属业务
$('#custNo').on('blur', custNoblur);
$('#custNo').on('focus',function() {
checkInstall();
//$('#userpass').on('blur', userPassblur);
$('#verifycode').on('blur', verifyCodeblur);
$('#verifycode').on('focus',function() {
checkInstall();
refreshCode();
$('.loginBtn').on('click', function() {
checkInstall();
loginFunc();
//获取公告信息
url: "/ajaxNotice!NoticeList.action?rnd=" + new Date().getTime(),
type: "POST",
success: function(res){
var list = res.resMap.
if(!res || !res.resMap || list.length == 0){
new Dialog(undefined,{
width:480,
title:'公告',
needDestory:true,
hasBtn:true,
btnText:['确定'],
content:''+ list[0].title+''+
''+list[0].content+'',
confirm:function(){
this.hide();
function loginFunc(){
/*if(!isInstall){
$('#tip').html("请安装密码控件!");
$('.loginerr').show();
var custNo = $.trim($('#custNo').val());
var userpass = $.trim($('#userpass').val());
var verifycode =$.trim($('#verifycode').val());
if(custNo.length == 0){
$('#tip').html("请输入资金帐号!");
$('.loginerr').show();
if(userpass.length == 0){
$('#tip').html("请输入交易密码!");
$('.loginerr').show();
encodePWD = encryptData(userpass, custNo);
if(verifycode.length == 0){
$('#tip').html("请输入验证码!");
$('.loginerr').show();
}else if(verifycode.length != 4){
$('#tip').html("验证码输入错误!");
$('.loginerr').show();
var data = {
"custNo":custNo,
"userpass":encodePWD,
"verifycode":verifycode,
"macAddr":getMac(),
"appId":101
$('.loginBtn').off("click");
$.post('/ajaxLogin!login.action', data, function(res) {
var errorNo = res.resMap.errorNo;
if(errorNo == '0000'){
refreshCode();
var tourl = $.trim($("#tourl").val());
if(null != tourl && tourl != ''){
window.location.href=
window.location.href="/home/";
//window.event.returnValue =
$('.loginBtn').on("click", loginFunc);
errorInfo = res.resMap.errorI
$('#tip').html(errorInfo);
$('.loginerr').show();
refreshCode();
//刷新验证码
function refreshCode(){
$("#codeImg").attr("src","/validateCode.html?d="+new Date().getTime());
//按键盘回车键
$("body").on("keydown", function (event) {
switch(event.keyCode) {
event.preventDefault();
loginFunc();
function custNoblur(){
var custNo = $.trim($('#custNo').val());
if(custNo.length == 0){
$('#tip').html("请输入资金帐号!");
$('.loginerr').show();
$('.loginerr').hide();
function userPassblur(){
var userpass = $.trim($('#userpass').val());
if(userpass.length == 0){
$('#tip').html("请输入交易密码!");
$('.loginerr').show();
$('.loginerr').hide();
function verifyCodeblur(){
var verifycode =$.trim($('#verifycode').val());
if(verifycode.length == 0){
$('#tip').html("请输入验证码!");
$('.loginerr').show();
$('.loginerr').hide();

我要回帖

更多关于 e海通财通讯密码 的文章

 

随机推荐