intro.hbs
654 Bytes
<div class="shop-introduce-page">
<a class="banner">
<img src="{{image shop_logo 640 480}}">
</a>
<div class="descripition">
{{{shop_intro}}}
</div>
<p class="sign-icon">
<span class="iconfont"></span>
100%品牌授权正品
</p>
{{#ifcond shop_sell_type '===' 200}}
{{#ifcond shop_sell_type_name '===' '专营'}}
<a class="license" href="/product/index/license?shop_id={{shops_id}}">
<p class="license-style">
网上营业者营业执照信息
</p>
</a>
{{/ifcond}}
{{/ifcond}}
</div>