!65 [Bug]: 点击截图图片,打开图库,不会直接打开图片(master)

Merge pull request !65 from 宝宝爱晓梅/cherry-pick-1719200788
This commit is contained in:
openharmony_ci
2024-06-25 10:05:05 +00:00
committed by Gitee
+1 -1
View File
@@ -23,7 +23,7 @@ const TAG = 'ScreenShot-Index';
@Component
struct Index {
@StorageLink('captureImage') captureImage: string = '';
@StorageLink('imageFilename') imageFilename: string = '';
@StorageLink('imageFilename') imageFilename: string = 'photodetail';
build() {
Stack({ alignContent: Alignment.Bottom }) {