钩子数据优化

feat/task1-c-wallet
gongfuxiang 2021-11-19 16:41:51 +08:00
parent f6a4be5bd7
commit 77b8f81aa9
1 changed files with 4 additions and 3 deletions

View File

@ -109,9 +109,10 @@
<!-- js钩子 -->
{{if (!isset($page_pure) or $page_pure neq 1) and (!isset($is_footer) or $is_footer eq 1)}}
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
<div class="plugins-tag">
<span>plugins_js</span>
</div>
<div class="plugins-tag">
<span>plugins_js</span>
</div>
{{/if}}
{{/if}}
{{if !empty($plugins_js_data) and is_array($plugins_js_data)}}
{{foreach $plugins_js_data as $hook}}