cdf-li-ui
v0.0.8
Published
*请求地址* checkIdUrl: { type: String, default: '/tencent/face' }, *是否自动核查* autoCheck: { type: Boolean, default: false }, *是否显示加载框* showLoading: { type: Boolean, default: false }, *核查时是否需要校验参数是为为空* beforeCheckParam: { type: Boolean
Downloads
5
Readme
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