Skip to content

Commit

Permalink
docs: update document
Browse files Browse the repository at this point in the history
  • Loading branch information
pengfei.lv committed Jul 6, 2022
1 parent 6a4722a commit b45d934
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

H5一键登录Demo,请扫描下方二维码体验

![一键登录](https://usms-static-file-cpass.cn-sh2.ufileos.com/unvs-sdk-login.png)
![一键登录](https://usms-static-file-cpass.cn-sh2.ufileos.com/unvs-sdk-login.png?query=4)

H5号码校验Demo,请扫描下方二维码体验

![号码校验](https://usms-static-file-cpass.cn-sh2.ufileos.com/unvs-sdk-auth.png)
![号码校验](https://usms-static-file-cpass.cn-sh2.ufileos.com/unvs-sdk-auth.png?query=4)
8 changes: 4 additions & 4 deletions phone-login.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ var Options = {
}
}

phoneNumberServer.CustomControlsInit("ydrzCustomControls",options);
phoneNumberServer.customControlsInit("ydrzCustomControls",options);

```
3) 调用phoneNumberServer.getTokenInfo方法取号,详见[3.2、获取Token](#32获取token)
Expand Down Expand Up @@ -377,7 +377,7 @@ var Options = {
textDecoration:''
},
}
phoneNumberServer.CustomControlsInit("ydrzCustomControls",options);
phoneNumberServer.customControlsInit("ydrzCustomControls",options);

```
#### 3.5.3、字段说明
Expand Down Expand Up @@ -694,7 +694,7 @@ phoneNumberServer.CustomControlsInit("ydrzCustomControls",options);

#### 3.6.1、使用方式

1、在调用phoneNumberServer.getTokenInfo方法之前先通过phoneNumberServer.AuthPageInit
1、在调用phoneNumberServer.getTokenInfo方法之前先通过phoneNumberServer.authPageInit
方法初始化配置项;


Expand Down Expand Up @@ -795,7 +795,7 @@ var Options = {
}
}

phoneNumberServer.AuthPageInit(options);
phoneNumberServer.authPageInit(options);

```

Expand Down

0 comments on commit b45d934

Please sign in to comment.