mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-06 14:55:37 +08:00
8 lines
633 B
HTML
8 lines
633 B
HTML
<!--
|
||
Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
See LICENSE file for license details.
|
||
-->
|
||
|
||
<{assign var='mapp' value=$env.conf.base.system.main_app}>
|
||
<iframe id="x-advertisement" name="x-advertisement" style="visibility:hidden;" width="100%" scrolling="auto" height="100%" frameborder="0" src="<{if strtolower($env.CONST.WITH_HTTPS_SUPPORT) == 'on' }>https<{else}>http<{/if}>://top.shopex.cn/ecos/desktop.php?cross_call_url=<{$cross_call_url}>&f=<{$mapp.app_id}>&pid=<{if $env.conf.desktop.product_id}><{$env.conf.desktop.product_id}><{else}><{$product_key}><{/if}>" allowtransparency="true"></iframe>
|