|
@@ -75,6 +75,7 @@ class News
|
|
|
|
|
|
private function getOne($info)
|
|
|
{
|
|
|
+ $info['pic'] = str_replace('http://8.131.66.239/', 'http://www.virtualbeings.cn/', $info['pic']);
|
|
|
$info['link'] = Dever::url('main/article?type='.$info['type'].'&id=' . $info['id']);
|
|
|
$info['pdate_string'] = date('M d, Y', $info['pdate']);
|
|
|
if ($info['author']) {
|