陈冉 6 år sedan
förälder
incheckning
5bbfc042cb
1 ändrade filer med 3 tillägg och 2 borttagningar
  1. 3
    2
      src/views/vote/list.vue

+ 3
- 2
src/views/vote/list.vue Visa fil

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