update: entry/src/main/ets/pages/autoManager/setFinishSuccess.ets

Signed-off-by: xxyyyy11 <xiongyangyang1@126.com>
This commit is contained in:
xxyyyy11
2026-03-11 20:11:01 +08:00
parent 2e3dc4b03d
commit 90bf157fbb
@@ -37,7 +37,7 @@ struct SetFinishSuccess {
return result;
}
getStringSync(resource: Resource): string {
getStringSync(resource: number): string {
try {
return getContext()?.resourceManager.getStringSync(resource);
} catch (err) {