Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -58,7 +58,7 @@ export struct SaveNetWorkPictures { | @@ -58,7 +58,7 @@ export struct SaveNetWorkPictures { | ||
| 58 | @State photoAccessHelper: photoAccessHelper.PhotoAccessHelper | undefined = undefined; // 相册模块管理实例 | 58 | @State photoAccessHelper: photoAccessHelper.PhotoAccessHelper | undefined = undefined; // 相册模块管理实例 |
| 59 | @State imageBuffer: ArrayBuffer | undefined = undefined; // 图片ArrayBuffer | 59 | @State imageBuffer: ArrayBuffer | undefined = undefined; // 图片ArrayBuffer |
| 60 | // @Prop @Watch('onChangeUrl') url: string = '' | 60 | // @Prop @Watch('onChangeUrl') url: string = '' |
| 61 | - @State url: string = '' | 61 | + @Prop @Watch('onChangeUrl') url: string = '' |
| 62 | 62 | ||
| 63 | /** | 63 | /** |
| 64 | * 通过http的request方法从网络下载图片资源 | 64 | * 通过http的request方法从网络下载图片资源 |
-
Please register or login to post a comment