12121
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
<template>
|
||||
<div class="module-title">
|
||||
【更改徽章】
|
||||
我的徽章
|
||||
</div>
|
||||
<div class="content" v-for="item in maxList" :key="item.umnId">
|
||||
<Aimage :url="item.img"></Aimage>
|
||||
<span style="margin: 0 4px;">{{ item.name }} </span>
|
||||
<Abutton @click="updown(item.ubId)"> {{ item.show == 0 ? '佩戴' : '卸下' }} </Abutton>
|
||||
<div class="content">
|
||||
<div class="item" v-for="item in maxList" :key="item.umnId">
|
||||
<Aimage :url="item.img"></Aimage>
|
||||
<span style="margin: 0 4px;">{{ item.name }} </span>
|
||||
<Abutton @click="updown(item.ubId)"> {{ item.show == 0 ? '佩戴' : '卸下' }} </Abutton>
|
||||
</div>
|
||||
<span v-if="maxList.length == 0">暂无徽章.</span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<Pagination :currentPage="currentPage" :limit="10" :total="total" @pageChange="handlePageChange" />
|
||||
|
||||
Reference in New Issue
Block a user