update feature/settings/src/main/ets/pages/Settings.ets.

Signed-off-by: gengzhengxing <gengzhengxing1@h-partners.com>
This commit is contained in:
gengzhengxing 2023-06-24 16:16:57 +00:00 committed by Gitee
parent f939239879
commit 404d9cff59
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -248,6 +248,12 @@ struct SettingsDialog {
@StorageLink('ida') ida: number = 0;
@StorageLink('settingValue') settingValue: String = '';
aboutToDisappear(): void {
this.cancel = null;
this.action = null;
this.controller = null;
}
build() {
Column() {
ForEach(this.valueList, (item: any) => {