Skip to content

Commit

Permalink
verifyInvestigates 修正部分功能
Browse files Browse the repository at this point in the history
  • Loading branch information
suvvm committed Dec 2, 2019
1 parent 651707e commit 6126130
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pages/investigates/verifyInvestigates.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@
</view>

<!-- <van-cell v-if="(invList.length - (currentPage * 5 - 5)) < 5" v-for="item of invList.length % 5" v-bind:key="item" >123</van-cell> -->
<van-pagination
v-model="currentPage"
:total-items="invList.length"
:items-per-page="5"
@change="onPaginationChanged()"
/>
<van-pagination v-model="currentPage" :total-items="invList.length" :items-per-page="5" @change="onPaginationChanged()"/>
</view>
</template>

Expand Down

0 comments on commit 6126130

Please sign in to comment.