修改测试用例

This commit is contained in:
pianruijie 2022-07-25 17:02:28 +08:00
parent 26e4b19aac
commit 3d1255a25c

View File

@ -40,7 +40,7 @@ test('EventAction:custom', async () => {
actionType: 'setValue',
componentId: 'page_001',
args: {
value: '${event.data.result}'
value: '${event.data.result.data}'
}
}
]
@ -63,7 +63,7 @@ test('EventAction:custom', async () => {
actionType: 'setValue',
componentId: 'page_001',
args: {
value: '${event.data.result}'
value: '${event.data.result.data}'
}
}
]