wpfw_ewei_shopv2/template/mobile/default/goods/code.html
2023-02-14 19:57:32 +08:00

16 lines
530 B
HTML

{template '_header'}
<style>
.fui-cell-group{width:100%;}
</style>
<script>document.title="{$goods['title']}"</script>
<link rel="stylesheet" href="../addons/{EWEI_SHOP_V2_MODULE_NAME}/plugin/groups/template/mobile/default/css/style.css" />
<div class='fui-page fui-page-current page-goods-detail'>
{php $this->followBar()}
<div class="fui-content">
<div class='container content-images'>
{php echo htmlspecialchars_decode($goods['content'])}
</div>
</div>
</div>
{template '_footer'}