diff --git a/app/index/view/mobile/topic_ssd/index.html b/app/index/view/mobile/topic_ssd/index.html index 6118e9f9..a43a49fc 100644 --- a/app/index/view/mobile/topic_ssd/index.html +++ b/app/index/view/mobile/topic_ssd/index.html @@ -1,6 +1,8 @@ +{extend name="public/base" /} +{block name="style"} - + - - -
- - +{/block} +{block name="main"} +
+ {volist name="data.top_focus_images" id="item"} + + + + {/volist} +
+ {volist name="data.products" id="item"} + + - - - - - - - - - - - - - - + {/volist}
- - - \ No newline at end of file +
+{/block}