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

订单推荐滚动

parent f7eb8862
......@@ -32,6 +32,7 @@
<style lang="scss" scoped>
.content {
height: 100vh;
background-color: #f4f5f7;
padding: 0rpx 30rpx 0 30rpx;
overflow-y: auto;
......
......@@ -145,12 +145,12 @@
// 下拉刷洗
this.initSettleInfo()
},
// onReachBottom() {
// console.log('----------底部-------------', this.currentLoadStatus)
// if (this.currentLoadStatus != 'loadmore') return
// this.currentLoadStatus == 'loading'
// this.loadOrderList()
// },
onReachBottom() {
console.log('----------底部-------------', this.currentLoadStatus)
if (this.currentLoadStatus != 'loadmore') return
this.currentLoadStatus == 'loading'
this.loadOrderList()
},
// onPageScroll(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