|
|
@@ -255,7 +255,7 @@ class Main extends Core
|
|
|
$share['path'] = $result['path'];
|
|
|
if ($type > 0) {
|
|
|
# 资源信息
|
|
|
- $source = Dever::db('source/info')->find(['id' => $type]);
|
|
|
+ $source = Dever::db('psource/info')->find(['id' => $type]);
|
|
|
if (!$source['share_pic'] && $source['pic']) {
|
|
|
$source['pic'] = explode(',', $source['pic']);
|
|
|
$share['pic'] = $source['pic'][0];
|