Commit 77df2bbe authored by clone's avatar clone

bug

parent 1e0ee20d
...@@ -399,7 +399,7 @@ class OrderLogService ...@@ -399,7 +399,7 @@ 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["img_path"] = CHAT_IMG_URL; $v["explain_img"] = CHAT_IMG_URL . $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