diff --git a/app/index/view/product/category.bak.html b/app/index/view/product/category.bak.html
deleted file mode 100644
index 6363511d..00000000
--- a/app/index/view/product/category.bak.html
+++ /dev/null
@@ -1,71 +0,0 @@
-{extend name="public/base" /}
-{block name="style"}
-
-{/block}
-{block name="main"}
-
- {notempty name="focus_image"}
-
- {volist name="focus_image" id="fimg"}
-

- {/volist}
-
- {/notempty}
-
-
- {notempty name="categorys_data"}
- {volist name="categorys_data" id="vo"}
-
-
{$vo.name}
- {eq name="vo.level" value="2"}
-
查看更多
- {/eq}
-
- {notempty name="vo.products"}
-
- {/notempty}
- {/volist}
- {/notempty}
-
-
-{/block}
-{block name="script"}
-
-{/block}
\ No newline at end of file
diff --git a/app/index/view/product/subcategory.html b/app/index/view/product/subcategory.html
index 0e9ce46d..6e878fb6 100644
--- a/app/index/view/product/subcategory.html
+++ b/app/index/view/product/subcategory.html
@@ -1,35 +1,86 @@
-{extend name="public/base" /}
-{block name="style"}
-
+ {notempty name="focus_image"}
+
+ {volist name="focus_image" id="fi"}
+
+
+
+ {/volist}
+
+ {/notempty}
+
+
+ {notempty name="categorys_data"}
+ {volist name="categorys_data" id="vo"}
+
+ {$vo.name}
+
+ {notempty name="vo.products"}
+
+ {/notempty}
+ {/volist}
+ {/notempty}
+
+
+{/block}
+{block name="script"}
+
{/block}
\ No newline at end of file