• This project
    • Loading...
  • Sign in

fe / YOHOBUYPC · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 2
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • YOHOBUYPC
  • template
  • www.yohobuy.com
  • partials
  • product
  • shop-all-goods.phtml
  • 店铺搜索无结果样式
    9725ec5f
    by yyq
    2016-09-01 13:28:13 +0800  
    Browse Files
shop-all-goods.phtml 368 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
{{#allGoods}}
    <div class="all-goods clearfix">
        {{> index/floor-header}}

        <div class="goods-wrap">
            {{> product/goods-list}}
        </div>
        {{#if href}}
            <div class="loading">
                <a href="{{href}}" target= "_blank">查看更多</a>
            </div>
        {{/if}}
    </div>
{{/allGoods}}