fix style

This commit is contained in:
Lingzi
2022-03-07 20:28:44 +08:00
43 changed files with 540 additions and 972 deletions

View File

@ -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);
}
});
}