修改
This commit is contained in:
@@ -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