Commit df4c5686 authored by hujun's avatar hujun

经纪人头像路径

parent ad51d05d
......@@ -50,7 +50,7 @@ class MyCenterService{
$result["sign"] = $result["district_name"].$result["store_name"];
if(!empty($result["img"])){
$result["img"] = HEADERIMGURL . $result["img"];
$result["img"] = AGENTHEADERIMGURL . $result["img"];
}
//todo 需要计算暂时没做。
//$result["money_total"] = 1000;
......
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