diff --git a/src/views/volunteer/zyzsjgl/bqhgl/index.vue b/src/views/volunteer/zyzsjgl/bqhgl/index.vue index 5565146..f56ed24 100644 --- a/src/views/volunteer/zyzsjgl/bqhgl/index.vue +++ b/src/views/volunteer/zyzsjgl/bqhgl/index.vue @@ -1,6 +1,6 @@ @@ -41,16 +43,32 @@ export default { data() { return { input3: "", - total:0 + total: 0, + // peopleHeight: 0, }; }, + methods: { + pagesChange() {}, + }, components: { myPagination, }, + created() { + // this.$nextTick(() => { + // this.peopleHeight = + // this.$refs.apps.offsetHeight - + // 80 - + // this.$refs.titleInput.offsetHeight - + // this.$refs.pagination.offsetHeight; + // console.log(this.peopleHeight); + // }); + }, + mounted() {}, };