Commit d35db85e by LJM

bug

parent 28015e04
Showing with 2 additions and 0 deletions
...@@ -369,8 +369,10 @@ export default { ...@@ -369,8 +369,10 @@ export default {
this.total = res.data.total; this.total = res.data.total;
} else { } else {
this.hasMoreData = false; this.hasMoreData = false;
this.total = 0;
} }
} else { } else {
this.total = 0;
uni.showToast({ uni.showToast({
title: res.msg, title: res.msg,
icon: 'none' icon: 'none'
......
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 sign in to comment