@@ -3,6 +3,7 @@ import { Component } from '@angular/core';
import { ModalController, IonInput, IonItem, IonLabel, IonSegment, IonButton, IonCard, IonSegmentButton,IonCardHeader, IonCardTitle, IonCardSubtitle, IonCardContent, IonSelect, IonSelectOption } from '@ionic/angular/standalone';
import { CloudUser } from 'src/lib/ncloud';
import { FormsModule } from '@angular/forms'; // 导入 FormsModule
+import { CommonModule } from '@angular/common';
@Component({
selector: 'app-modal-identity-verification',
@@ -23,7 +24,7 @@ import { FormsModule } from '@angular/forms'; // 导入 FormsModule
IonLabel,
IonSelect,
IonSelectOption,
- FormsModule,
+ FormsModule,CommonModule,
],
})
export class ModalIdentityVerificationComponent implements OnInit {