Commit 23696c1c by Sxy

fix: 接受推送信息

parent d704a5d8
......@@ -301,6 +301,10 @@ class BaiduHandler {
obj.baseInfo.companyName = data.needsolution.solution.CompanyName;
obj.companyName = data.needsolution.solution.CompanyName;
}
if (data.needsolution.solution.companyName) {//公司名称
obj.baseInfo.companyName = data.needsolution.solution.companyName;
obj.companyName = data.needsolution.solution.companyName;
}
if (data.needsolution.solution.CompanyAddress) {//公司地址
obj.baseInfo.companyAddress = data.needsolution.solution.CompanyAddress;
}
......
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