mirror of
https://github.com/openharmony/applications_screenshot.git
synced 2026-07-01 20:39:36 -04:00
!65 [Bug]: 点击截图图片,打开图库,不会直接打开图片(master)
Merge pull request !65 from 宝宝爱晓梅/cherry-pick-1719200788
This commit is contained in:
@@ -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 }) {
|
||||
|
||||
Reference in New Issue
Block a user