@@ -162,7 +162,8 @@ export default {
this.message = res.result.records[0].message;
this.total = res.result.total;
this.mainShow = true;
- } else {
+ }
+ if (res.result.total == 0) {
this.shuo = false;
}