mirror of
https://gitee.com/openharmony/arkui_ace_engine
synced 2024-11-23 07:01:24 +00:00
修改编译报错
Signed-off-by: zhangjing243 <zhangjing243@huawei.com>
This commit is contained in:
parent
a99cc30925
commit
37be2634da
@ -1539,13 +1539,13 @@ napi_value JSPromptShowDialog(napi_env env, napi_callback_info info)
|
||||
.autoCancel = asyncContext->autoCancelBool,
|
||||
.showInSubWindow = asyncContext->showInSubWindowBool,
|
||||
.isModal = asyncContext->isModalBool,
|
||||
.enableHoverMode = asyncContext->enableHoverModeBool,
|
||||
.alignment = alignment,
|
||||
.offset = offset,
|
||||
.maskRect = maskRect,
|
||||
.backgroundColor = backgroundColor,
|
||||
.backgroundBlurStyle = backgroundBlurStyle,
|
||||
.shadow = shadowProps,
|
||||
.enableHoverMode = asyncContext->enableHoverModeBool,
|
||||
.hoverModeArea = hoverModeArea,
|
||||
.onLanguageChange = onLanguageChange,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user