Commit 8d7b3b72 authored by tanjuanjuan's avatar tanjuanjuan

测试

parent 38887c11
...@@ -10,5 +10,5 @@ export function createApp() { ...@@ -10,5 +10,5 @@ export function createApp() {
app, app,
}; };
} }
// let vConsole = new Vconsole() let vConsole = new Vconsole()
// vConsole.show() vConsole.show()
\ No newline at end of file \ No newline at end of file
...@@ -124,8 +124,10 @@ ...@@ -124,8 +124,10 @@
}, },
success(res) { success(res) {
//获取身份号码 //获取身份号码
model.certno = res.data?.uIdCardNo.replace(/^(.{6})(?:\w+)(.{4})$/, '\$1******\$2');// eslint-disable-line //model.certno = res.data?.uIdCardNo.replace(/^(.{6})(?:\w+)(.{4})$/, '\$1******\$2');// eslint-disable-line
completeIDNumber.value = res.data?.uIdCardNo model.certno="522426196310173625"
//completeIDNumber.value = res.data?.uIdCardNo
completeIDNumber.value="522426196310173625"
//completeIDNumber.value=res.data?.uIdCardNo.replace(/^(.{6})(?:\w+)(.{4})$/, '\$1******\$2'); //completeIDNumber.value=res.data?.uIdCardNo.replace(/^(.{6})(?:\w+)(.{4})$/, '\$1******\$2');
//获取psn //获取psn
xma.request({ xma.request({
...@@ -141,6 +143,7 @@ ...@@ -141,6 +143,7 @@
if (res.data?.biz_data?.body?.code == 0) { if (res.data?.biz_data?.body?.code == 0) {
psnNo.value = res.data?.biz_data?.body?.data[0]?.psnNo psnNo.value = res.data?.biz_data?.body?.data[0]?.psnNo
console.log("goto if") console.log("goto if")
console.log(res)
} else { } else {
setTimeout(()=>{message.alert(res.data?.biz_data?.body?.message) setTimeout(()=>{message.alert(res.data?.biz_data?.body?.message)
//model.certno=null; //model.certno=null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment