修改优惠券的宽度,浏览记录分页与评论超出问题

This commit is contained in:
mahe
2022-11-28 09:51:47 +08:00
parent 4d347df505
commit 34ef7e555a
3 changed files with 17 additions and 12 deletions

View File

@@ -113,6 +113,7 @@ export default {
this.spinShow = false;
if (res.success && res.result.records.length) {
this.list = res.result.records;
this.total = res.result.total
} else {
this.list = [];
}