!52 API编译修复

Merge pull request !52 from wangwei/master
This commit is contained in:
openharmony_ci 2023-07-26 09:12:10 +00:00 committed by Gitee
commit 1794d57ab6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 2 additions and 2 deletions

View File

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

View File

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