Commit 10bf2f31 authored by 英思-陈欢's avatar 英思-陈欢

调试

parent c9d2e642
......@@ -82,6 +82,12 @@
psnCertType: getApp().globalData!.user.psnCertType,
certno: getApp().globalData!.user.certno,
}).then((res: any) => {
xma.showModal({
title: '请求成功3',
content: JSON.stringify(res),//result.data.msg,
showCancel: false,
confirmText: '关闭'
})
getApp().globalData!.user.psnNo = res.psnNo;
getApp().globalData!.user.insuTypeCode = res.insutypeCode;
getApp().globalData!.user.insuAdmdvs = res.insuAdmdvs;
......
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