...
|
...
|
@@ -24,16 +24,17 @@ |
|
|
</a>
|
|
|
{/notempty}
|
|
|
{notempty name="$token"}
|
|
|
{$is_store}
|
|
|
{if condition="$is_store eq 0"}
|
|
|
<a href="{:url('index/enter/index')}" class="btn">
|
|
|
<img src="__CDN__/assets/store/images/settled.png" alt="user">
|
|
|
我要入驻
|
|
|
</a>
|
|
|
{else /}
|
|
|
<a href="{:url('admin/index/login')}" class="btn">
|
|
|
<img src="__CDN__/assets/store/images/settled.png" alt="user">
|
|
|
我的店铺
|
|
|
</a>
|
|
|
{else /}
|
|
|
<a href="{:url('admin/index/login')}" class="btn">
|
|
|
<img src="__CDN__/assets/store/images/settled.png" alt="user">
|
|
|
我的店铺
|
|
|
</a>
|
|
|
{/if}
|
|
|
{/notempty}
|
|
|
{notempty name="$token"}
|
...
|
...
|
|