直播網站原始碼,uni-app 資料上拉載入更多功能
直播網站原始碼,uni-app 資料上拉載入更多功能
開啟專案根目錄中的 pages.json 配置檔案,為 subPackages 分包中的商品 goods_list 頁面配置上拉觸底的距離:
"subPackages": [ { "root": "subpkg", "pages": [ { "path": "goods_detail/goods_detail", "style": {} }, { "path": "goods_list/goods_list", "style": { "onReachBottomDistance": 150 } }, { "path": "search/search", "style": {} } ] } ]
在 goods_list 頁面中,和 methods 節點平級,宣告 onReachBottom 事件處理函式,用來監聽頁面的上拉觸底行為:
// 觸底的事件 onReachBottom() { // 讓頁碼值自增 +1 this.queryObj.pagenum += 1 // 重新獲取列表資料 this.getGoodsList() } 改造 methods 中的 getGoodsList 函式,當列表資料請求成功之後,進行新舊資料的拼接處理: // 獲取商品列表資料的方法 async getGoodsList() { // 發起請求 const { data: res } = await uni.$http.get('/api/public/v1/goods/search', this.queryObj) if (res.meta.status !== 200) return uni.$showMsg() // 為資料賦值:透過展開運算子的形式,進行新舊資料的拼接 this.goodsList = [...this.goodsList, ...res.message.goods] this.total = res.message.total }
以上就是 直播網站原始碼,uni-app 資料上拉載入更多功能,更多內容歡迎關注之後的文章
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/69978258/viewspace-2924517/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 為RecyclerView新增分頁載入(上拉載入更多)功能View
- Flutter下拉重新整理,上拉載入更多資料Flutter
- 04-上拉載入更多
- uni-app實現上拉載入APP
- mui上拉載入更多的使用UI
- vue上拉載入更多元件Vue元件
- ListView分頁顯示 上拉載入更多View
- php原生上拉載入,點選載入更多(jQuery,ajax,mysql)PHPjQueryMySql
- Flutter listview下拉重新整理 上拉載入更多FlutterView
- UITableView:下拉重新整理和上拉載入更多UIView
- uni-app | 上拉載入和下拉重新整理探索APP
- ListView下拉重新整理,上拉自動載入更多View
- 影片直播網站原始碼,uni-app左右平分九宮格樣式網站原始碼APP
- Flutter ListView封裝,下拉重新整理、上拉載入更多FlutterView封裝
- 下拉重新整理,上拉載入外掛mescroll原始碼分析原始碼
- FlatList 資料繫結 及上拉載入實現
- vue載入更多,上拉重新整理 VueScroller 簡單化思維Vue
- Flutter入門進階之旅(十五)ListView下拉重新整理&上拉載入更多FlutterView
- Flutter 下拉重新整理上拉載入更多Flutter
- 載入更多 功能的實現
- HarmonyOS 下拉重新整理 上拉載入更多 第二種實現方式
- 直播網站程式原始碼,採用Redis實現購物車功能網站原始碼Redis
- 直播網站原始碼,安卓防止輸入框自動彈出網站原始碼安卓
- 手機直播原始碼,JS實現頁面下拉載入資料操作原始碼JS
- 直播原始碼功能大全原始碼
- 影片直播原始碼,載入gif圖片原始碼
- react+antdm上拉載入React
- 搭建自己的直播平臺,RecycleView下拉重新整理,上拉載入View
- asp 原始碼下載網站原始碼網站
- 直播網站原始碼,centos7修改密碼網站原始碼CentOS密碼
- 手把手教你實現Android RecyclerView上拉載入功能AndroidView
- 直播網站程式原始碼,FlowLayoutManager 流式佈局網站原始碼
- 直播原始碼網站,點選圖片可進行任意方向旋轉功能原始碼網站
- RocketMq 拉取資料流程原始碼分析MQ原始碼
- 上拉重新整理,下拉載入
- 直播原始碼,下拉重新整理和上劃預載入新內容原始碼
- 微信開發之下拉重新整理上拉載入更多
- 優秀網站原始碼、程式設計原始碼下載網站大集中網站原始碼程式設計