$ gnpm install @gidc-pc-base/gidc-ebank-parts-h5-standard-vx-gidc-auth
import Auth from '@/components/vx-auth';
Vue.component(Auth.name, Auth);
<vx-auth
:auth-type-group-list="authTypeGroupList"
sign-str="uKey"
mobile-phone="15256040903"
transaction-id="entBookTransferApply"
></vx-auth>
data () {
return {
authTypeGroupList: []
}
}
属性 | 说明 | 类型 | 默认值 | 备注 |
---|---|---|---|---|
signStr |
签约方式 | String |
'' | - |
authTypeGroupList |
认证方式数组列表 | Array |
[] | - |
mobilePhone |
手机号 | String |
'' | - |
transactionId |
交易ID | String |
- | - |
Copyright 2013 - present © cnpmjs.org | Home |