Explorar o código

total无线刷新

qinhouyu hai 1 ano
pai
achega
16f29a13bf
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      pages/highServer/cooperative/cooperative.vue

+ 2 - 0
pages/highServer/cooperative/cooperative.vue

@@ -53,6 +53,7 @@ export default {
                     imgUrl:"-"
                 }
             ],
+			total:0
         };
     },
     onPullDownRefresh() {
@@ -92,6 +93,7 @@ export default {
         getList(type) {
             this.loading = true;
             getList().then(response => {
+				this.total = response.total
                 if (this.queryParams.pageNum === 1) {
                     this.list = response.rows;
                 } else {