• This project
    • Loading...
  • Sign in

fe / yohobuywap-node · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • yohobuywap-node
  • apps
  • guang
  • views
  • action
  • index
  • page.hbs
  • 优化逛列表页 & 补充缓存数据url
    4b6fcdb3
    by 姜枫
    2016-12-09 14:22:39 +0800  
    Browse Files
page.hbs 584 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
{{#if swiper}}
    <div class="swiper-container">
        <div class="swiper-wrapper">
            {{# swiper}}
                <div class="swiper-slide">
                    <a href="{{url}}">
                        {{#if @first}}
                        <img src="{{image2 img q=60}}">
                        {{^}}
                        <img class="swiper-lazy" data-src="{{image2 img q=60}}">
                        {{/if}}
                    </a>
                </div>
            {{/ swiper}}
        </div>
    </div>
{{/if}}
{{# infos}}
    {{> index/info}}
{{/ infos}}