edit
This commit is contained in:
@ -33,6 +33,8 @@ export class DynamicSettingH5Component implements OnInit {
|
||||
|
||||
changeType(type: any): void {
|
||||
this.selectedTab = type;
|
||||
console.log(type);
|
||||
|
||||
this.selectedEvent.emit(this.selectedTab);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user