pages/mUser/personalauthentication/personalauthentication.js
@@ -3,6 +3,7 @@ import authservice from '../../../service/authservice' import bInputCheck from '../../../base/behaviors/bInputCheck' import bLoadingToast from '../../../base/behaviors/bLoadingToast' import $f from "../../../service/baserequest"; const app = getApp() @@ -12,6 +13,8 @@ * 页面的初始数据 */ data: { icon1: $f.baseIconUrl + 'res/companyinfo-1.png', idTypes: [ {value: '0', name: '身份证'}, ], @@ -34,6 +37,7 @@ options: [ {name: '未选择', value: '-1'}, {name: '身份证', value: '0'}, {name: '其他', value: '1'}, ] }, {