forked from floraachy/ImageKnife
1.update README.md
Signed-off-by: zhoulisheng <635547767@qq.com>
This commit is contained in:
parent
fdbe7d5c5e
commit
fd9411be1d
|
@ -143,7 +143,7 @@ let requestOptin = new RequestOption();
|
||||||
// 左上圆角10pixel像素点
|
// 左上圆角10pixel像素点
|
||||||
.roundedCorners({top:10})
|
.roundedCorners({top:10})
|
||||||
// 启动加载流程,执行结果将会返回到上面的回调接口中
|
// 启动加载流程,执行结果将会返回到上面的回调接口中
|
||||||
ImageKnife.call(requestOptin);
|
globalThis.ImageKnife.call(requestOptin);
|
||||||
```
|
```
|
||||||
|
|
||||||
##### 步骤4:
|
##### 步骤4:
|
||||||
|
|
Loading…
Reference in New Issue