<ion-select placeholder="Please choose"> <ion-option *ngFor="let option of smokingOptions" [value]="option.value">{{ option.label }} ...
確定! 回上一頁