Commit cc31f79b by 王勇飞

pp

parent b8226c3d
......@@ -411,7 +411,7 @@
customerContact: d_customer ? d_customer.customerContact : "",
mobile: d_customer ? d_customer.mobile : "",
email: d_customer ? d_customer.email : "",
principal: d_apply ? d_apply.principal : "汉唐信通(北京)咨询有限公司",
principal: d_apply.principal ? d_apply.principal : "汉唐信通(北京)咨询有限公司",
businessLicensePic: d_apply ? d_apply.businessLicensePic : "",
identityCardPic: d_apply ? d_apply.identityCardPic : "",
businessLicensePic2: d_apply ? d_apply.businessLicensePic2 : "",
......
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