@@ -259,6 +321,12 @@ const { showDrafts } = toRefs(data);
@editListing="editListing"
@publishListing="publishListing"
/>
+
@@ -329,6 +397,19 @@ const { showDrafts } = toRefs(data);
&::-webkit-scrollbar {
display: none;
}
+ > .material_content_list_loding{
+ width: 100%;
+ height: 5rem;
+ aspect-ratio: 1/1;
+ overflow: hidden;
+ display: flex;
+ justify-content: center;
+ > img{
+ width: 100%;
+ height: 100%;
+ object-fit: contain;
+ }
+ }
}
}
}
From 27da8f668079d8cd43b2485cb7c210bcabfff6b1 Mon Sep 17 00:00:00 2001
From: "X1627315083@163.com" <1627315083@qq.com>
Date: Tue, 28 Apr 2026 09:38:15 +0800
Subject: [PATCH 2/2] fix
---
.../SellerDashboard/MyListings/createSelectItem/index.vue | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/src/views/SellerDashboard/MyListings/createSelectItem/index.vue b/src/views/SellerDashboard/MyListings/createSelectItem/index.vue
index 3f4f0743..9944930d 100644
--- a/src/views/SellerDashboard/MyListings/createSelectItem/index.vue
+++ b/src/views/SellerDashboard/MyListings/createSelectItem/index.vue
@@ -11,9 +11,6 @@ import { useStore } from 'vuex'
//})
//const emit = defineEmits([
//])
-defineOptions({
- name: "myListingsSelectItem"
-})
let data = reactive({
})
const store = useStore()
@@ -44,7 +41,7 @@ const chooseItem = (item:any)=>{
const next = ()=>{
if(chooseList.value.length == 0)return
- let designItemIds = chooseList.value.map((item:any)=>({designOutfitUrl:item.designOutfitUrl,designItemId:item.id}))
+ let designItemIds = chooseList.value.map((item:any)=>({designOutfitUrl:item.designOutfitUrl,designItemId:item.designItemId}))
router.push({
path:'/home/seller/myListings/edit',
state: {