【海报优化需求】---代理人手机号字段调整

This commit is contained in:
dwq
2021-08-30 18:50:01 +08:00
parent 0394d4822c
commit bddf4e428a

View File

@@ -97,7 +97,7 @@ export default {
const res = await getAgentInfo({}) const res = await getAgentInfo({})
if (res.result == 0) { if (res.result == 0) {
this.recmd.certificateNo= res.certificateInfoList[0].certificateNo this.recmd.certificateNo= res.certificateInfoList[0].certificateNo
this.recmd.phoneNo= res.certificateInfoList[0].phoneNo this.recmd.phoneNo= res.phoneNo
} }
// if (this.isWeixin) { // if (this.isWeixin) {