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

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