diff --git a/app/model/Category.php b/app/model/Category.php index 95b5353..2213969 100755 --- a/app/model/Category.php +++ b/app/model/Category.php @@ -35,6 +35,9 @@ class Category extends Base //新闻碎片 public const CATEGORY_SERVE_BLOCK = 16; + //集市服务 + public const CATEGORY_SERVE_LIST = 42; + // 案例模版 public const TEMPLATE_NEWS = 'news_list'; diff --git a/view/manager/article/add.html b/view/manager/article/add.html index 896f301..0f42bc6 100755 --- a/view/manager/article/add.html +++ b/view/manager/article/add.html @@ -11,7 +11,7 @@ - {if in_array($category['id'], [9,10,23,24,25,40])} + {if in_array($category['id'], [9,10,23,24,25,40,42])}
{$service.desc ?? ''}
+{$service.title_en ?? ''}
{/foreach} - {/if}