查看文档 document
new Points({
data: {
phone,
antiFakeCode
},
elementNodeMappingField,
verifyPhone,
bindPhone,
disabledPhone,
hidePhone,
errorCodeMap,
API,
targetId,
templateId,
autoMount,
onScan,
handleError,
handleValidate,
onInit,
onSubmit,
onCloseMessage,
verifyPhoneCountdown
})
Options
Points.setData
Function 设置当前参数
Points.mount
Function 挂载Points,重置数据代理与监听
Points.unmount
Function 挂载Points,卸载Points
Points.$data
Object 获取当前参数
Points.prevData
Object 获取历史请求数据与响应数据 {request, response}
static
Points.PointsError
Class PointsError 用于创建Points内部能处理的异常, throw new PointsError(message, code) message错误信息 code错误码。
Points.tools
其他工具集
{
Modal,
Loading,
validate,
nativeAppJssdk,
scan:{
qrCode,
barCode
}
}