@@ -93,7 +93,9 @@ var vm = new Vue({
if (res.error_code == 0) {
this.working = false
this.empty = true
- this.seeList.total = res.data.total || 0
+ if (this.seeList.pageNum === 1) {
+ this.seeList.total = res.data.total || 0
+ }
if (!res.data.list) {
res.data.list = []
}