Commit 44170220 authored by hujun's avatar hujun

IMAGES_URL

parent d361cee4
......@@ -416,7 +416,7 @@ class Member extends Basic
$data["buyer_nick"] = $result[0]["buyer_nick"];
$data["user_nick"] = $result[0]["user_nick"];
$data["user_phone"] = $result[0]["user_phone"];
$data["user_pic"] = !empty($result[0]["user_pic"]) ? HEADERIMGURL . $result[0]["user_pic"] : $result[0]["other_pic"];
$data["user_pic"] = empty($result[0]["user_pic"]) ? $result[0]["other_pic"] : IMAGES_URL . $result[0]["user_pic"];
$data["AuthToken"] = $AuthToken;
}else{
......
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