修改
This commit is contained in:
@@ -1188,6 +1188,7 @@ const publicJump = path => router.push(path)
|
||||
transform: translate(-50%, -50%);
|
||||
width: 53px;
|
||||
height: 53px;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -453,7 +453,7 @@
|
||||
<img class="media-img" :src="item.image" />
|
||||
</div>
|
||||
<div class="media-cover-bnt flexcenter" v-if="info.images.length != 1"
|
||||
@click="info['aid'] = item['aid']">选为封面</div>
|
||||
@click="info['aid'] = item['aid']">{{ item['aid'] == info['aid'] ? '已' : '' }}选为封面</div>
|
||||
</div>
|
||||
<div class="media-item flexcenter" style="position: relative;"
|
||||
v-if="info.images.length < imagesConfig.maxcount">
|
||||
@@ -2092,6 +2092,7 @@ export default {
|
||||
box-shadow: none;
|
||||
height: 100%;
|
||||
min-height: 200px !important;
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -246,7 +246,6 @@ const getFavData = () => {
|
||||
})
|
||||
proxy.$post("/tenement/pc/api/user/favList", {
|
||||
page: favData.value['page'],
|
||||
limit:5
|
||||
}).then(res => {
|
||||
if (res.code != 200) return
|
||||
let data = res.data
|
||||
@@ -315,6 +314,11 @@ const undercarriage = (index, status) => {
|
||||
stat.value['listing']--
|
||||
stat.value['offshelf']++
|
||||
publishData.value['list'][index].status = status
|
||||
nextTick(() => {
|
||||
masonryInstance.reloadItems();
|
||||
masonryInstance.layout();
|
||||
})
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -424,7 +428,7 @@ onUnmounted(() => {
|
||||
|
||||
.operate-item {
|
||||
flex-direction: column;
|
||||
margin: 0 52px;
|
||||
padding: 0 52px;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user