Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
chenjun
2024-09-02 09:42:35 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
114f064250dcfc8be732efb75860b74410d4ce58
114f0642
1 parent
7cb02a86
切换图片后下载对应的图片
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/SaveNetWorkPictures.ets
sight_harmony/features/wdComponent/src/main/ets/components/SaveNetWorkPictures.ets
View file @
114f064
...
...
@@ -58,7 +58,7 @@ export struct SaveNetWorkPictures {
@State photoAccessHelper: photoAccessHelper.PhotoAccessHelper | undefined = undefined; // 相册模块管理实例
@State imageBuffer: ArrayBuffer | undefined = undefined; // 图片ArrayBuffer
// @Prop @Watch('onChangeUrl') url: string = ''
@
State
url: string = ''
@
Prop @Watch('onChangeUrl')
url: string = ''
/**
* 通过http的request方法从网络下载图片资源
...
...
Please
register
or
login
to post a comment