Commit 4aec5b1c authored by 刘用法's avatar 刘用法

订单推荐滚动

parent f7eb8862
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
<style lang="scss" scoped> <style lang="scss" scoped>
.content { .content {
height: 100vh;
background-color: #f4f5f7; background-color: #f4f5f7;
padding: 0rpx 30rpx 0 30rpx; padding: 0rpx 30rpx 0 30rpx;
overflow-y: auto; overflow-y: auto;
......
...@@ -145,12 +145,12 @@ ...@@ -145,12 +145,12 @@
// 下拉刷洗 // 下拉刷洗
this.initSettleInfo() this.initSettleInfo()
}, },
// onReachBottom() { onReachBottom() {
// console.log('----------底部-------------', this.currentLoadStatus) console.log('----------底部-------------', this.currentLoadStatus)
// if (this.currentLoadStatus != 'loadmore') return if (this.currentLoadStatus != 'loadmore') return
// this.currentLoadStatus == 'loading' this.currentLoadStatus == 'loading'
// this.loadOrderList() this.loadOrderList()
// }, },
// onPageScroll(obj) { // onPageScroll(obj) {
// console.log('---------scroll---------', obj) // console.log('---------scroll---------', obj)
// }, // },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment