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

!18610 modify image code check to 3.2release

Merge pull request !18610 from renhw001/OpenHarmony-3.2-Release
......@@ -949,7 +949,7 @@ createImageSource(uri: string): ImageSource
```js
//Stage模型
const context = getContext(this);
const path = context.cacheDir() + "/test.jpg";
const path = context.cacheDir + "/test.jpg";
const imageSourceApi = image.createImageSource(path);
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册