You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
25
hyhproject/home/view/default/shops/messages/show.html
Executable file
25
hyhproject/home/view/default/shops/messages/show.html
Executable file
@ -0,0 +1,25 @@
|
||||
{extend name="default/shops/base" /}
|
||||
{block name="title"}首页-卖家中心{__block__}{/block}
|
||||
{block name="css"}
|
||||
<style>
|
||||
.msgContent img{
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
{/block}
|
||||
{block name="content"}
|
||||
<div class="wst-shop-head"><span>查看消息</span><a href="<?=url('home/Messages/shopMessage');?>">返回</a></div>
|
||||
<div class="wst-clear"></div>
|
||||
<div class="wst-body">
|
||||
<div class='wst-page-content'>
|
||||
<div class='wst-tbar-group'>
|
||||
|
||||
</div>
|
||||
<div class="msgContent">
|
||||
{$data['msgContent']}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/block}
|
||||
{block name="js"}
|
||||
{/block}
|
Reference in New Issue
Block a user