Browse Source

wesmiler 报恩寺项目提交

wesmiler 4 năm trước cách đây
mục cha
commit
5736a2377c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/Models/ArticleModel.php

+ 1 - 0
app/Models/ArticleModel.php

@@ -37,6 +37,7 @@ class ArticleModel extends BaseModel
             // 图片
             if ($info['thumb']) {
                 $info['thumb'] = get_image_url($info['thumb']);
+                $info['thumb_path'] = $info['thumb'];
             }
         }
         return $info;