feat/task1-c-wallet
parent
1adaa1ab92
commit
de5f06cd53
|
|
@ -54,6 +54,9 @@
|
|||
<script type='text/javascript' src="{{$Think.__MY_ROOT_PUBLIC__}}static/{{$module_js}}?v={{:MyC('home_static_cache_version')}}"></script>
|
||||
{{/if}}
|
||||
|
||||
<!-- 底部信息 -->
|
||||
{{:MyC('home_footer_info')}}
|
||||
|
||||
<!-- js钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
<div class="plugins-tag">
|
||||
|
|
@ -68,9 +71,6 @@
|
|||
{{/foreach}}
|
||||
{{/if}}
|
||||
|
||||
<!-- 顶部信息 -->
|
||||
{{:MyC('home_footer_info')}}
|
||||
|
||||
<!-- 公共页面底部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
<div class="plugins-tag">
|
||||
|
|
|
|||
Loading…
Reference in New Issue