未验证 提交 e6f217cb 编写于 作者: O openharmony_ci 提交者: Gitee

!23756 ArkTS规范适配

Merge pull request !23756 from zhanghuiyu/cherry-pick-1693810977
......@@ -965,9 +965,7 @@ performAction(actionName: string, parameters: object, callback: AsyncCallback\<v
import { BusinessError } from '@ohos.base';
let actionName = 'action';
let parameters = {
'setText': 'test text'
};
let parameters: object = [];
try {
rootElement.performAction(actionName, parameters, (err: BusinessError<void>) => {
if (err) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部