|
|
@@ -269,7 +269,7 @@ class BuddhistService extends BaseService
|
|
|
$info['publish_at'] = $info['publish_at']? $info['publish_at'] : datetime( $info['create_time'],'Y-m-d H:i:s');
|
|
|
|
|
|
$pageNum = BuddhistPagesService::make()->getCount($info['id']);
|
|
|
- $item['pageNum'] = intval($pageNum);
|
|
|
+ $info['pageNum'] = intval($pageNum);
|
|
|
|
|
|
// 是否收藏
|
|
|
$info['is_collect'] = 0;
|