文章詳情頁
vue.js - weex scroller搭配refresh在android平臺上拉會觸發refresh
瀏覽:126日期:2024-02-24 14:55:29
問題描述
weex scroller搭配refresh在android平臺第一次 上拉 會觸發refresh
js框架是 vue,有遇到的嗎,不知道是不是bug
問題解答
回答1:滾動時觸摸到可點擊元素就觸發refresh,是bug
回答2:不清楚你使用的SDK版本是多少?還有你使用refresh是否正確?我這邊使用是SDK---0.10.0,沒有出現這種問題。
<scroller v-if='isEmptyData()' style='justify-content: center;align-items: center '> <refresh :display='refreshing ? ’show’ : ’hide’' @refresh='onRefresh'><text> ↓ 下拉刷新</text><loading-indicator class='indicator'></loading-indicator> </refresh> <CL_Empty v-if='isEmptyData()'></CL_Empty></scroller>
標簽:
vue
相關文章:
1. 數據庫 - MySQL 單表500W+數據,查詢超時,如何優化呢?2. javascript - 百度echarts series數據更新問題3. 求大神幫我看看是哪里寫錯了 感謝細心解答4. MySQL客戶端吃掉了SQL注解?5. mac 安裝 python_MySQLdb6. javascript - 圖片能在網站顯示,但控制臺仍舊報錯403 (Forbidden)7. php自學從哪里開始?8. mysql - AttributeError: ’module’ object has no attribute ’MatchType’9. python小白的基礎問題 關于while循環的嵌套10. phpstady在win10上運行
排行榜
