suchen

Heim  >  Fragen und Antworten  >  Hauptteil

vue.js - weex scroller搭配refresh在android平台上拉会触发refresh

weex scroller搭配refresh在android平台第一次 上拉 会触发refresh

js框架是 vue,有遇到的吗,不知道是不是bug

巴扎黑巴扎黑2771 Tage vor1016

Antworte allen(2)Ich werde antworten

  • 巴扎黑

    巴扎黑2017-04-18 09:22:16

    滚动时触摸到可点击元素就触发refresh,是bug

    Antwort
    0
  • PHP中文网

    PHP中文网2017-04-18 09:22:16

    不清楚你使用的SDK版本是多少?还有你使用refresh是否正确?我这边使用是SDK---0.10.0,没有出现这种问题。

    <scroller  v-if="isEmptyData()" class="scroller_class_detail_two" style="justify-content: center;align-items: center ">
                <refresh class="refresh-view" :display="refreshing ? 'show' : 'hide'" @refresh="onRefresh">
                    <text> ↓ 下拉刷新</text>
                    <loading-indicator class="indicator"></loading-indicator>
                </refresh>
                <CL_Empty v-if="isEmptyData()"></CL_Empty>
            </scroller>

    Antwort
    0
  • StornierenAntwort