0.0.8 • Published 3 years ago

cdf-li-ui v0.0.8

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

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"

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.