标签儿管理
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<text>刷新</text>
|
||||
</view>
|
||||
</view>
|
||||
<scroll-view class="service-list" scroll-y>
|
||||
<scroll-view class="service-list" scroll-y @scrolltolower="onReachBottom">
|
||||
<view
|
||||
class="service-item"
|
||||
v-for="(item, index) in list"
|
||||
@@ -81,6 +81,9 @@
|
||||
salesName: this.salesName.trim(),
|
||||
customerName: this.customerName.trim()
|
||||
});
|
||||
},
|
||||
onReachBottom() {
|
||||
this.$emit('reachBottom');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user