cainiao-hue 3 months ago
parent
commit
144a92b3c0

+ 2 - 1
soul-app/src/lib/user/modal-identity-verification/modal-identity-verification.component.ts

@@ -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 {