Commit 10d194ea authored by clone's avatar clone

bug

parent 997756ac
...@@ -405,7 +405,8 @@ class OrderLogService ...@@ -405,7 +405,8 @@ class OrderLogService
$v["step_name"] = "follow_up_log"; $v["step_name"] = "follow_up_log";
$v["step"] = "跟进"; $v["step"] = "跟进";
$v = $this->convertFollowUp($v); $v = $this->convertFollowUp($v);
$v["explain_img"] = CHAT_IMG_URL . $v["explain_img"]; $v["img_path"] = CHAT_IMG_URL;
$v["explain_img"] = $v["explain_img"];
$result[$sort++] = $v; $result[$sort++] = $v;
} }
} }
......
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