|
@@ -35,8 +35,8 @@
|
|
|
</view>
|
|
|
<view>
|
|
|
<scroll-view scroll-y="true" refresher-enabled="true" :refresher-triggered="data.loading"
|
|
|
- :refresher-threshold="50" refresher-background="transparent" @refresherrefresh="onRefresh"
|
|
|
- @scrolltolower="onScrolltolower"
|
|
|
+ :refresher-threshold="50" @scrolltolower="onScrolltolower" refresher-background="transparent" @refresherrefresh="onRefresh"
|
|
|
+
|
|
|
class="jz-scroll-view">
|
|
|
<uni-list class="admin-list-box">
|
|
|
<view class="jz-new-btn-box">
|
|
@@ -174,7 +174,7 @@
|
|
|
refreshData()
|
|
|
}
|
|
|
|
|
|
- function onscrolltolower(){
|
|
|
+ function onScrolltolower(){
|
|
|
getMore()
|
|
|
}
|
|
|
|