2018-12-28 10:58:37 +00:00
|
|
|
{{include file="public/header" /}}
|
|
|
|
|
|
2019-02-21 08:06:42 +00:00
|
|
|
<!-- header nav start -->
|
|
|
|
|
{{if isset($is_header) and $is_header eq 1}}
|
|
|
|
|
<!-- header top nav -->
|
|
|
|
|
{{include file="public/header_top_nav" /}}
|
2018-12-28 10:58:37 +00:00
|
|
|
|
2019-02-21 08:06:42 +00:00
|
|
|
<!-- search -->
|
|
|
|
|
{{include file="public/nav_search" /}}
|
2018-12-28 10:58:37 +00:00
|
|
|
|
2019-02-21 08:06:42 +00:00
|
|
|
<!-- header nav -->
|
|
|
|
|
{{include file="public/header_nav" /}}
|
2018-12-28 10:58:37 +00:00
|
|
|
|
2019-02-21 08:06:42 +00:00
|
|
|
<!-- goods category -->
|
|
|
|
|
{{include file="public/goods_category" /}}
|
|
|
|
|
{{/if}}
|
|
|
|
|
<!-- header nav end -->
|
2018-12-28 10:58:37 +00:00
|
|
|
|
|
|
|
|
<!-- content start -->
|
|
|
|
|
<div class="am-g my-content">
|
|
|
|
|
<div class="am-u-md-6 am-u-sm-centered">
|
|
|
|
|
<div class="am-panel am-panel-danger am-radius tips-error">
|
|
|
|
|
<div class="am-panel-bd">{{$msg}}</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- content end -->
|
|
|
|
|
|
|
|
|
|
<!-- footer start -->
|
|
|
|
|
{{include file="public/footer" /}}
|
|
|
|
|
<!-- footer end -->
|