Init Repo

This commit is contained in:
root
2019-09-06 23:53:10 +08:00
commit f0ef89dfbb
7905 changed files with 914138 additions and 0 deletions

View 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}