国际化
This commit is contained in:
@@ -113,9 +113,9 @@
|
||||
reload: false,
|
||||
status: 'more',
|
||||
contentText: {
|
||||
contentdown: '查看更多',
|
||||
contentrefresh: '加载中',
|
||||
contentnomore: '没有更多'
|
||||
contentdown: this.$t('uni-load-more.contentdown'),
|
||||
contentrefresh: this.$t('uni-load-more.contentrefresh'),
|
||||
contentnomore: this.$t('uni-load-more.contentnomore')
|
||||
},
|
||||
totalCount: 0,
|
||||
pageNum: 1,
|
||||
|
||||
Reference in New Issue
Block a user