Commit 515bed9b by 陈玉桐

fix

parent eae4eced
......@@ -82,7 +82,7 @@ export default {
limit: 20
}
}).then(response => {
if (!response.data.list){
if (response.data.list==''||!response.data.list){
me.loadingText = '没有更多数据了'
setTimeout(function () {
me.isLoaded = true
......
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