...
|
...
|
@@ -11,10 +11,10 @@ |
|
|
<div class="app-shop-banner modular-editor" data-type="ShopBanner" data-title="编辑店招模块" data-index="[[index]]" non-delete="true">
|
|
|
<img src="[[item.moduleData.data[0].pic]]" alt="#" class="img-item">
|
|
|
</div>
|
|
|
<div style="position: relative">
|
|
|
<div class="app-shop-info"><label><input class="appShopInfo" name="appShopInfo" type="checkbox" [[item.moduleData.data[0].showShopInfo ? 'checked' : '']] />展示店铺介绍 </label></div>
|
|
|
<img src="/static/assets/images/decorator/app-shop-intro.png" alt="#" class="app-shop-intro">
|
|
|
</div>
|
|
|
<img src="/static/assets/images/decorator/tab.png" alt="#" class="app-shop-intro">
|
|
|
<!--<div style="position: relative">-->
|
|
|
<!--<div class="app-shop-info"><label><input class="appShopInfo" name="appShopInfo" type="checkbox" [[item.moduleData.data[0].showShopInfo ? 'checked' : '']] />展示店铺介绍 </label></div>-->
|
|
|
<!--</div>-->
|
|
|
</div>
|
|
|
[[else]]
|
|
|
<!--展示默认的-->
|
...
|
...
|
@@ -22,12 +22,10 @@ |
|
|
<div class="app-shop-banner modular-editor" data-type="ShopBanner" data-title="编辑店招模块" data-index="[[index]]" non-delete="true">
|
|
|
<img src="/static/assets/images/decorator/yoho-logo.png" alt="#" class="logo">
|
|
|
</div>
|
|
|
|
|
|
<div style="position: relative">
|
|
|
<div class="app-shop-info"><label><input class="appShopInfo" name="appShopInfo" type="checkbox" />展示店铺介绍 </label></div>
|
|
|
<img src="/static/assets/images/decorator/app-shop-intro.png" alt="#" class="app-shop-intro">
|
|
|
</div>
|
|
|
|
|
|
<img src="/static/assets/images/decorator/tab.png" alt="#" class="app-shop-intro">
|
|
|
<!--<div style="position: relative">-->
|
|
|
<!--<div class="app-shop-info"><label><input class="appShopInfo" name="appShopInfo" type="checkbox" />展示店铺介绍 </label></div>-->
|
|
|
<!--</div>-->
|
|
|
</div>
|
|
|
[[/if]]
|
|
|
[[/if]]
|
...
|
...
|
|