Pre Merge pull request !18 from 小超战大锤/master

This commit is contained in:
小超战大锤 2022-09-07 14:23:07 +00:00 committed by Gitee
commit 8142a0bbd6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 4 additions and 4 deletions

View File

@ -75,7 +75,7 @@ struct Index {
##### 步骤1
定义自定义类
定义自定义类
```typescript
export default class PixelMapPack{
@ -83,7 +83,7 @@ export default class PixelMapPack{
}
```
使用@State关联PixelMapPack
使用@State关联PixelMapPack;
```typescript
@State imageKnifePixelMapPack:PixelMapPack = new PixelMapPack();
@ -152,7 +152,7 @@ let requestOptin = new RequestOption();
## 接口说明
### RequestOption 用户配置参数
### RequestOption 用户配置参数:
| 方法名 | 入参 | 接口描述 |
| ------------------------------------------------------------ | ---------------------------------------------------------- | -------------------------------------------------------- |