人人商城

index.html 615B

1234567891011121314151617181920212223242526
  1. {template '_header'}
  2. <div class='fui-page fui-page-current shop-index-page'>
  3. {if is_h5app()}
  4. <div class="fui-header">
  5. <div class="fui-header-left"></div>
  6. <div class="title">{if empty($this->merch_user)}{$_W['shopset']['shop']['name']}{else}{php echo $this->merch_user['merchname']}{/if}</div>
  7. <div class="fui-header-right"></div>
  8. </div>
  9. {/if}
  10. {php $this->followBar()}
  11. {$index_cache}
  12. </div>
  13. {if !empty($cpinfos)}
  14. {template 'sale/sendticket'}
  15. {/if}
  16. {if empty($trade['shop_strengthen'])}
  17. {template 'shop/shopstrengthen'}
  18. {/if}
  19. {php $this->diyDanmu()}
  20. {php $this->footerMenus()}
  21. {template '_footer'}