edoi
This commit is contained in:
@ -16,8 +16,6 @@ export class OrderAgreementComponent implements OnInit {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
ngOnInit() {
|
ngOnInit() {
|
||||||
console.log({ type: this.type });
|
|
||||||
|
|
||||||
this.service.request(this.service.$api_get_agreement, { type: this.type }).subscribe(res => {
|
this.service.request(this.service.$api_get_agreement, { type: this.type }).subscribe(res => {
|
||||||
if (res) {
|
if (res) {
|
||||||
this.agreementContent = res;
|
this.agreementContent = res;
|
||||||
|
|||||||
Reference in New Issue
Block a user