update code because of use image url
Signed-off-by: tyBrave <tianyong21@h-partners.com>
This commit is contained in:
parent
c05e338ceb
commit
55943f1f84
|
@ -35,7 +35,7 @@ struct TestLoadCancelListenerPage {
|
||||||
.margin(20)
|
.margin(20)
|
||||||
.onClick(() => {
|
.onClick(() => {
|
||||||
this.ImageKnifeOption = new ImageKnifeOption({
|
this.ImageKnifeOption = new ImageKnifeOption({
|
||||||
loadSrc: "https://q7.itc.cn/images01/20240223/ce80229bf9934dff97cdf2ad7be1dcb8.jpeg",
|
loadSrc: "https://contentcenter-drcn.dbankcdn.cn/pub_1/DevEcoSpace_1_900_9/76/v3/EyF6z4FISpCHhae38eEexw/OtyAiu-zSSevNQYvUdtVmA.jpg",
|
||||||
objectFit: ImageFit.Contain,
|
objectFit: ImageFit.Contain,
|
||||||
onLoadListener: {
|
onLoadListener: {
|
||||||
onLoadStart: () => {
|
onLoadStart: () => {
|
||||||
|
|
Loading…
Reference in New Issue