Giter Club home page Giter Club logo

Comments (4)

ydcss avatar ydcss commented on August 20, 2024

可否贴出代码看下呢。

from vue-ydui.

viphchok avatar viphchok commented on August 20, 2024

`

<div class="filterbar-wrap">
  <div class="filter-bar">
    <div class="ck-search">
      <i class="iconfont">&#xe602;</i>
    </div>
    <ul class="sort-tab">
      <li class="sort current selected">销量优先<i class="iconfont">&#xe605;</i></li>
      <li class="sort">销量优先<i class="iconfont">&#xe605;</i></li>
      <li class="sort">筛选<i class="iconfont">&#xe605;</i></li>
    </ul>
  </div>
</div>

<div class="goods-list">
  <yd-infinitescroll :on-infinite="loadList">

    <yd-list theme="3" slot="list">
      <yd-list-item v-for="product in productList" :data-pid="product.id">
        <img slot="img" :src="product.prodPic">
        <span slot="title">{{product.prodTitle}}</span>
        <yd-list-other slot="other">
          <div>
            <span class="list-price"><i class="vip">会员</i>¥{{product.memberPoint}}+{{product.pointPrice}}<em>积分</em></span><br>
            <span class="list-del-price">原价∶¥{{product.orgPrice}}</span>
          </div>
        </yd-list-other>
      </yd-list-item>
    </yd-list>

    <!-- 数据全部加载完毕显示 -->
    <span slot="doneTip">---------------------- 我们是有底线的 ---------------------- </span>

    <!-- 加载中提示 -->
    <img slot="loadingTip" src="http://static.ydcss.com/uploads/ydui/loading/loading10.svg"/>

  </yd-infinitescroll>
</div>
`

from vue-ydui.

viphchok avatar viphchok commented on August 20, 2024

已经解决啦

from vue-ydui.

ydcss avatar ydcss commented on August 20, 2024

小哥,上次遇到这个问题,你是怎么解决的?

from vue-ydui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.