edit
This commit is contained in:
@ -18,7 +18,7 @@ export class OrderAgreementComponent implements OnInit {
|
||||
ngOnInit() {
|
||||
console.log({ type: this.type });
|
||||
|
||||
this.service.request(this.service.$api_get_agreement, { type: this.type }, 'POST', true, 'FORM').subscribe(res => {
|
||||
this.service.request(this.service.$api_get_agreement, { type: this.type }).subscribe(res => {
|
||||
if (res) {
|
||||
this.agreementContent = res;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user