API
Component

Canvasvery ($UI/comp/canvasvery/components/canvasvery/canvasvery)

使用范围:WX

Contents

component Canvasvery ($UI/comp/canvasvery/components/canvasvery/canvasvery) extends $UI/wxsys/comps/lib/base/component

<b>控制验证码组件的显示</b>

Constructor Top

  Canvasvery ()

Methods Top

void identifyfail (String type)
void identifysuccess (String type)

Operations Top

void show ()

Events Top

void identifyfail ()
void identifysuccess ()

Constructor details Top

public Canvasvery ()

<b>控制验证码组件的显示</b>

Methods Detail Top

public void identifyfail (String type)

Parameters

String type

类型

Return Value

void

public void identifysuccess (String type)

Parameters

String type

类型

Return Value

void

Operations Detail Top

public void show ()

刷新显示验证码

See $UI/wxsys/comp/canvasvery/components/canvasvery/canvasvery#show

Return Value

void

Events Detail Top

public void identifyfail ()

验证失败

See Identifyfail

Return Value

void

public void identifysuccess ()

验证成功

See Identifysuccess

Return Value

void