Skip to content

Commit

Permalink
feature: 文档调整
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoLin committed Aug 5, 2020
1 parent 394ac46 commit c2293d3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ export default {
if (this.canvasVerify) {
const verified = true // true: 测试通过验证, false: 测试未通过验证
this.DoServiceVerify(verified, 2000).then((verifiedRes) => {
rotate()
if (verifiedRes) {
console.log('验证通过, 开始旋转')
rotate() // 调用回调, 开始旋转
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ export default {
if (this.canvasVerify) {
const verified = true // true: the test passed the verification, false: the test failed the verification
this.DoServiceVerify(verified, 2000).then((verifiedRes) => {
rotate()
if (verifiedRes) {
console.log('Verification passed, start to rotate')
rotate() // Call the callback, start spinning
Expand Down
1 change: 0 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ export default {
if (this.canvasVerify) {
const verified = true // true: 测试通过验证, false: 测试未通过验证
this.DoServiceVerify(verified, 2000).then((verifiedRes) => {
rotate() // 传 ture 则开始旋转, 不传默认 false 不旋转
if (verifiedRes) {
console.log('验证通过, 开始旋转')
rotate() // 调用回调, 开始旋转
Expand Down

0 comments on commit c2293d3

Please sign in to comment.