Authored by Tao

modify channel

... ... @@ -4,7 +4,7 @@ export default {
pullDownRefresh: true,
pullDownRefreshThreshold: 60,
pullDownRefreshStop: 40,
pullDownRefreshTxt: '加载完成',
pullDownRefreshTxt: '更新成功',
pullUpLoad: true,
pullUpLoadThreshold: 0,
pullUpLoadMoreTxt: '加载更多',
... ...
... ... @@ -15,9 +15,10 @@
<incomeItem :data="item" :key="index"></incomeItem>
</template>
</incomeDetail>
<template v-if="customPullDown" slot="pulldown" slot-scope="props">
<!-- 自定义下拉刷新内容 -->
<!-- <template v-if="customPullDown" slot="pulldown" slot-scope="props">
<pullDown :propsData="props" :pullDownRefreshThreshold="pullDownRefreshThreshold"></pullDown>
</template>
</template> -->
</Scroll>
</div>
</LayoutApp>
... ...