+ This ensemble artfully merges traditional folk heritage with contemporary tailoring, creating a timeless silhouette that honors ancestral craftsmanship while embracing modern sophistication.
+
+
+
+
Copyright & License Notice
+
+
+
+
+
+ License Included in Asset
+
+
+ All products on this platform are digital assets, not physical goods. Purchase grants a usage license only; copyright and intellectual property rights remain with the original creator, unless otherwise stated.
+
+
+
+
+
Buy Now
+
+
+
+
+ Add to Cart
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/digitalItem/commodity-list.vue b/src/views/digitalItem/commodity-list.vue
index 9c99b70..199ec6a 100644
--- a/src/views/digitalItem/commodity-list.vue
+++ b/src/views/digitalItem/commodity-list.vue
@@ -4,7 +4,8 @@ import img from "@/assets/images/collectionStory/Rectangle.png";
//const props = defineProps({
//})
const emit = defineEmits([
- 'addShopping'
+ 'addShopping',
+ 'openDetail'
])
let data = reactive({
})
@@ -47,6 +48,9 @@ const type = ref('All')
const addShopping = (item) => {
emit('addShopping', item)
}
+const openDetail = (item) => {
+ emit('openDetail', item)
+}
onMounted(()=>{
})
onUnmounted(()=>{
@@ -58,7 +62,7 @@ const {} = toRefs(data);