e
This commit is contained in:
@ -496,7 +496,7 @@ export class NetworkFreightComponent implements OnInit {
|
||||
.subscribe(res => {
|
||||
if (res) {
|
||||
this.st.load(1);
|
||||
this.service.msgSrv.success('开户成功');
|
||||
this.service.msgSrv.success(bankType === '1' ? res?.paMsg : res?.pfMsg);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user