mirror of
https://gitee.com/openharmony/applications_mms
synced 2024-11-26 17:30:42 +00:00
commit
1794d57ab6
@ -30,7 +30,7 @@ export default struct ConversationList {
|
||||
private dialogGridCount: number = 4;
|
||||
delDialogController: CustomDialogController = null;
|
||||
@State mIsMultipleSelectState: boolean = false;
|
||||
@Provide menuItems:any = [];
|
||||
@Provide menuItems: Array<any> = [];
|
||||
|
||||
changeSelectState() {
|
||||
this.mIsMultipleSelectState = this.mConListCtrl.isMultipleSelectState;
|
||||
|
@ -63,7 +63,7 @@ struct Settings {
|
||||
enabled: true
|
||||
}
|
||||
];
|
||||
@Provide statusTitle: any = '' ;
|
||||
@Provide statusTitle: Resource = null;
|
||||
|
||||
/**
|
||||
* The function executes after a new instance of the custom component is created and before its build function
|
||||
|
Loading…
Reference in New Issue
Block a user