cdf-li-ui

0.0.8 • Public • Published

checkidentity

参数说明

请求地址 checkIdUrl: { type: String, default: '/tencent/face' }, 是否自动核查 autoCheck: { type: Boolean, default: false }, 是否显示加载框 showLoading: { type: Boolean, default: false }, 核查时是否需要校验参数是为为空 beforeCheckParam: { type: Boolean, default: false }, 核查提交的方式 methods: { type: String, default: 'post' }

调用方法1

let _cdfCheckidentity=this.$createCdfCheckidentity({ $props: { checkIdUrl: this.url, autoCheck: this.autoCheck } }) _cdfCheckidentity.doCheckId()

调用方法2

<cdf-checkidentity :checkIdUrl="url" :autoCheck="autoCheck" :methods="methods"

安装

npm install cdf-li-ui -S

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Readme

Keywords

none

Package Sidebar

Install

npm i cdf-li-ui

Weekly Downloads

1

Version

0.0.8

License

none

Unpacked Size

1.11 MB

Total Files

9

Last publish

Collaborators

  • jason_lin