This commit is contained in:
A1300399510
2023-08-04 16:32:22 +08:00
parent 7bb08c8660
commit c568395d30
7 changed files with 49 additions and 34 deletions

View File

@@ -1188,6 +1188,7 @@ const publicJump = path => router.push(path)
transform: translate(-50%, -50%);
width: 53px;
height: 53px;
cursor: pointer;
}
}

View File

@@ -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;
}
}
}

View File

@@ -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;