Browse Source

bug修改

陈冉 6 years ago
parent
commit
5bbfc042cb
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      src/views/vote/list.vue

+ 3
- 2
src/views/vote/list.vue View File

60
                 <div
60
                 <div
61
                   :class="signupBtn?ActivePersonnelBox1:ActivePersonnelBox2"
61
                   :class="signupBtn?ActivePersonnelBox1:ActivePersonnelBox2"
62
                   @click="gotovotingdetails(item.MemberId)"
62
                   @click="gotovotingdetails(item.MemberId)"
63
+                  v-if="index < 51" 
63
                 >
64
                 >
64
                   <img :src="item.Photo + '?x-oss-process=style/compress-rotate'">
65
                   <img :src="item.Photo + '?x-oss-process=style/compress-rotate'">
65
                 </div>
66
                 </div>
138
       newpage: 1,
139
       newpage: 1,
139
       toppage: 1,
140
       toppage: 1,
140
       show: false,
141
       show: false,
141
-      pageSize: 10,
142
+      pageSize: 4,
142
       loaddingData: false,
143
       loaddingData: false,
143
       showBtn: true
144
       showBtn: true
144
     };
145
     };
266
     toplist() {
267
     toplist() {
267
       return this.getTopList({
268
       return this.getTopList({
268
         actid: this.actid,
269
         actid: this.actid,
269
-        page: 1,
270
+        page: this.toppage,
270
         q: this.q
271
         q: this.q
271
       });
272
       });
272
     },
273
     },