|
@@ -53,6 +53,7 @@ class Xuniren
|
|
|
|
|
|
private function getPic($data)
|
|
|
{
|
|
|
+ $data['pic'] = str_replace('http://8.131.66.239/', 'http://www.virtualbeings.cn/', $data['pic']);
|
|
|
if (strstr($data['pic'], ',')) {
|
|
|
$data['pic_list'] = explode(',', $data['pic']);
|
|
|
$data['pic'] = $data['pic_list'][0];
|