瀏覽代碼

total无线刷新

qinhouyu 1 年之前
父節點
當前提交
16f29a13bf
共有 1 個文件被更改,包括 2 次插入0 次删除
  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 {