Commit bef2efdf authored by Facius's avatar Facius

Merge branch 'dev' of https://git.banshouhui.com/lijundan/self-support into dev

parents dff8a107 8d590f44
......@@ -57,7 +57,7 @@
@apply="apply(item, index)"
></select-parts>
<view class="load-more">
<u-loadmore :status="loadStatus" @loadmore="loadMore" />
<u-loadmore :status="loadStatus" @loadmore="loadMore" :load-text="loadText" />
</view>
</scroll-view>
</view>
......@@ -101,7 +101,12 @@ export default {
submitList: [],
pageSize: 20,
pageNumber: 1,
type: '1'
type: '1',
loadText: {
loadmore: '上拉加载更多',
loading: '努力加载中',
nomore: '未找到备件'
}
};
},
computed: {
......
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