Commit 7e1c1aee authored by 袁玲利's avatar 袁玲利

交行申请激活条钻

parent 24d16e70
...@@ -1355,6 +1355,9 @@ ...@@ -1355,6 +1355,9 @@
if(this_.typeCode != 'BOHAI'){ if(this_.typeCode != 'BOHAI'){
this_.actions = this_.actions.filter(x => x.text != '证件更新' ); this_.actions = this_.actions.filter(x => x.text != '证件更新' );
} }
if(this_.typeCode != 'BOCOM'){
this_.actions = this_.actions.filter(x => x.text != '申请激活' );
}
bankInfo.sessionid = sessionID; bankInfo.sessionid = sessionID;
this_.queryBankInfo(); //查余额 this_.queryBankInfo(); //查余额
this_.bankInfo_ = bankInfo; this_.bankInfo_ = bankInfo;
......
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