mirror of
https://gitee.com/openharmony/applications_launcher
synced 2024-11-23 06:50:02 +00:00
update feature/settings/src/main/ets/pages/Settings.ets.
Signed-off-by: gengzhengxing <gengzhengxing1@h-partners.com>
This commit is contained in:
parent
f939239879
commit
404d9cff59
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user