|
|
@@ -23,7 +23,7 @@
|
|
|
</uni-list-item>
|
|
|
</uni-list>
|
|
|
<view v-show="isLoadMore && !signVisible">
|
|
|
- <uni-load-more :status="loadStatus" showIcon @clickLoadMore="loadMoreBill()"></uni-load-more>
|
|
|
+ <uni-load-more :status="loadStatus" :content-text="contentText" showIcon @clickLoadMore="loadMoreBill()"></uni-load-more>
|
|
|
</view>
|
|
|
</view>
|
|
|
</template>
|
|
|
@@ -34,6 +34,11 @@ import request from '@/common/libs/request.js';
|
|
|
export default {
|
|
|
data() {
|
|
|
return {
|
|
|
+ contentText: {
|
|
|
+ contentdown: '查看更多',
|
|
|
+ contentrefresh: '加载中',
|
|
|
+ contentnomore: '没有更多数据了'
|
|
|
+ },
|
|
|
signVisible:false,
|
|
|
fabPattern: {
|
|
|
color: '#7A7E83',
|