You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
57
hyhproject/home2/view/default/shop_join_success.html
Executable file
57
hyhproject/home2/view/default/shop_join_success.html
Executable file
@ -0,0 +1,57 @@
|
||||
{extend name="default/base" /}
|
||||
{block name="title"}入驻审核 - 商家入驻 - {:WSTConf('CONF.mallName')}{__block__}{/block}
|
||||
{block name="main"}
|
||||
<link href="__STYLE__/css/shopapply.css?v={$v}" rel="stylesheet">
|
||||
<div class="wst-container">
|
||||
<div id="stepflex" class="stepflex">
|
||||
<dl class="first doing">
|
||||
<dt class="s-num">1</dt>
|
||||
<dd class="s-text">签订入驻协议</dd>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
<dl class="normal doing">
|
||||
<dt class="s-num">2</dt>
|
||||
<dd class="s-text">入驻人联系方式</dd>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
<dl class="normal doing">
|
||||
<dt class="s-num">3</dt>
|
||||
<dd class="s-text">公司信息</dd>
|
||||
</dl>
|
||||
<dl class="normal doing">
|
||||
<dt class="s-num">4</dt>
|
||||
<dd class="s-text">税务及银行信息</dd>
|
||||
</dl>
|
||||
<dl class="normal doing">
|
||||
<dt class="s-num">5</dt>
|
||||
<dd class="s-text">店铺信息</dd>
|
||||
</dl>
|
||||
<dl class="last doing">
|
||||
<dt class="s-num">6</dt>
|
||||
<dd class="s-text">入驻审核</dd>
|
||||
</dl>
|
||||
</div>
|
||||
<div class='wst-clear'></div>
|
||||
<div class='apply-box'>
|
||||
<div class='examine-tips'>
|
||||
{if $apply['applyStatus']==1}
|
||||
<img src='__ROOT__/hyhproject//home/view/default/img/examine.png' style="vertical-align:middle"/>
|
||||
您的入驻申请已提交审核,请等待审核结果...
|
||||
{/if}
|
||||
{if $apply['applyStatus']==-1}
|
||||
<img src='__ROOT__/hyhproject//home/view/default/img/error_1.png' style="vertical-align:middle"/>
|
||||
很抱歉,您的入驻申请因【{$apply['applyDesc']}】审核不通过。。。
|
||||
<div style='clear:both;'></div>
|
||||
{/if}
|
||||
{if $apply['applyStatus']==2}
|
||||
<img src='__ROOT__/hyhproject//home/view/default/img/apply-ok.png' style="vertical-align:middle"/>
|
||||
您的入驻申请已通过,赶紧开始上架商品吧~
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
<div class='agreement-bottom'>
|
||||
<a href='{:Url("home/shops/join")}' class='btn-submit' style='margin-left:10px;'>返回</a>
|
||||
<div class='wst-clear'></div>
|
||||
</div>
|
||||
</div>
|
||||
{/block}
|
Reference in New Issue
Block a user