Commit f9bd94a8 authored by hj's avatar hj

更新提交

parent 2424ec3d
......@@ -31,6 +31,7 @@ class ChemicalsMsdsService
$msds_html = preg_replace('/<dt>企业地址:<\/dt>[\s\S]*?<dd>[\s\S]*?<\/dd>/i', '<dt>企业地址:</dt> <dd>'.$platformParams['company_address'].'</dd>', $msds_html);
$msds_html = preg_replace('/<dt>传真:<\/dt>[\s\S]*?<dd>[\s\S]*?<\/dd>/i', '<dt>传真:</dt> <dd>'.$platformParams['company_fax'].'</dd>', $msds_html);
$msds_html = preg_replace('/<dt>联系电话:<\/dt>[\s\S]*?<dd>[\s\S]*?<\/dd>/i', '<dt>联系电话:</dt> <dd>'.$platformParams['company_phone'].'</dd>', $msds_html);
$msds_html = preg_replace('/<dt>企业应急电话:<\/dt>[\s\S]*?<dd>[\s\S]*?<\/dd>/i', '<dt>企业应急电话:</dt> <dd>'.$platformParams['company_urgency_phone'].'</dd>', $msds_html);
$logo = $platformParams['company_logo'];
}
......
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