mirror of
https://github.com/openharmony/applications_screenshot.git
synced 2026-07-19 23:04:34 -04:00
[Bug]: 点击截图图片,打开图库,不会直接打开图片(release4.1)
Signed-off-by: baby-ai-xiaomei <1102755825@qq.com>
This commit is contained in:
@@ -22,7 +22,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