|
@@ -71,21 +71,18 @@
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</ng-container>
|
|
</ng-container>
|
|
-
|
|
|
|
<!-- 显示AI人格定制. -->
|
|
<!-- 显示AI人格定制. -->
|
|
<ng-container *ngIf="currentTab === 'favorites'">
|
|
<ng-container *ngIf="currentTab === 'favorites'">
|
|
<ion-list>
|
|
<ion-list>
|
|
<h4 style="text-align: center;padding: 15px;">请填写以下信息,以便为你定制社交形象</h4>
|
|
<h4 style="text-align: center;padding: 15px;">请填写以下信息,以便为你定制社交形象</h4>
|
|
|
|
|
|
<ion-item>
|
|
<ion-item>
|
|
- <ion-select [value]="planOptions.gender" (ionChange)="setOption('gender',$event)" label="性别"
|
|
|
|
- placeholder="">
|
|
|
|
|
|
+ <ion-select [value]="planOptions.gender" (ionChange)="setOption('gender',$event)" label="性别" placeholder=""cancelText="取消" okText="确定">
|
|
<ion-select-option value="女">女</ion-select-option>
|
|
<ion-select-option value="女">女</ion-select-option>
|
|
<ion-select-option value="男">男</ion-select-option>
|
|
<ion-select-option value="男">男</ion-select-option>
|
|
<ion-select-option value="未知">未知</ion-select-option>
|
|
<ion-select-option value="未知">未知</ion-select-option>
|
|
</ion-select>
|
|
</ion-select>
|
|
</ion-item>
|
|
</ion-item>
|
|
-
|
|
|
|
<ion-item>
|
|
<ion-item>
|
|
<ion-input label="称呼" type="number" placeholder=""></ion-input>
|
|
<ion-input label="称呼" type="number" placeholder=""></ion-input>
|
|
</ion-item>
|
|
</ion-item>
|