This commit is contained in:
Taric Xin
2022-01-06 16:52:15 +08:00
parent a87cadb815
commit d865c99fc8

View File

@ -16,8 +16,6 @@ export class OrderAgreementComponent implements OnInit {
});
}
ngOnInit() {
console.log({ type: this.type });
this.service.request(this.service.$api_get_agreement, { type: this.type }).subscribe(res => {
if (res) {
this.agreementContent = res;