|
...
|
...
|
@@ -162,6 +162,10 @@ class BTemplateLogic extends BaseLogic |
|
|
|
"products"=>[
|
|
|
|
"category"=>[
|
|
|
|
[
|
|
|
|
"id"=>"all",
|
|
|
|
"title"=>"全部",
|
|
|
|
],
|
|
|
|
[
|
|
|
|
"id"=>"hot",
|
|
|
|
"title"=>"热销产品",
|
|
|
|
],
|
|
...
|
...
|
@@ -186,6 +190,10 @@ class BTemplateLogic extends BaseLogic |
|
|
|
"news"=>[
|
|
|
|
"category"=>[
|
|
|
|
[
|
|
|
|
"id"=>"all",
|
|
|
|
"name"=>"全部",
|
|
|
|
],
|
|
|
|
[
|
|
|
|
"id"=>"new",
|
|
|
|
"name"=>"最新",
|
|
|
|
],
|
|
...
|
...
|
@@ -194,6 +202,10 @@ class BTemplateLogic extends BaseLogic |
|
|
|
"blogs"=>[
|
|
|
|
"category"=>[
|
|
|
|
[
|
|
|
|
"id"=>"all",
|
|
|
|
"name"=>"全部",
|
|
|
|
],
|
|
|
|
[
|
|
|
|
"id"=>"new",
|
|
|
|
"name"=>"最新",
|
|
|
|
],
|
|
...
|
...
|
@@ -202,16 +214,12 @@ class BTemplateLogic extends BaseLogic |
|
|
|
"productCategory"=>[
|
|
|
|
"category"=>[
|
|
|
|
[
|
|
|
|
"id"=>1,
|
|
|
|
"title"=>"分类1",
|
|
|
|
],
|
|
|
|
[
|
|
|
|
"id"=>2,
|
|
|
|
"title"=>"分类2",
|
|
|
|
"id"=>"all",
|
|
|
|
"title"=>"全部",
|
|
|
|
],
|
|
|
|
[
|
|
|
|
"id"=>3,
|
|
|
|
"title"=>"分类3",
|
|
|
|
"id"=>"recommend",
|
|
|
|
"title"=>"推荐",
|
|
|
|
],
|
|
|
|
],
|
|
|
|
]
|
...
|
...
|
|