Commit 4110c8c5 by 陈玉桐

fix

parent 515bed9b
......@@ -69,6 +69,9 @@ export default {
},
methods: {
loadMore () {
if(this.list ==''){
return
}
let me = this;
me.loading = true;
me.loadingText = '正在加载中...'
......
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