|
|
@@ -140,7 +140,11 @@
|
|
|
:immediate-check="false"
|
|
|
>
|
|
|
<template v-for="(item, index) in list" :key="item.id">
|
|
|
- <product-info v-if="sort === 'collection'" v-model:info="list[index]" dark></product-info>
|
|
|
+ <product-info
|
|
|
+ v-if="sort === 'collection' || sort === 'collection_MY'"
|
|
|
+ v-model:info="list[index]"
|
|
|
+ dark
|
|
|
+ ></product-info>
|
|
|
<creator-small v-else-if="sort === 'creator'" v-model:info="list[index]"></creator-small>
|
|
|
<show-info v-else-if="sort === 'hot'" v-model:info="list[index]" list></show-info>
|
|
|
</template>
|
|
|
@@ -188,6 +192,10 @@ export default {
|
|
|
label: '最新发布',
|
|
|
value: 'collection'
|
|
|
},
|
|
|
+ {
|
|
|
+ label: '个人发布',
|
|
|
+ value: 'collection_MY'
|
|
|
+ },
|
|
|
{
|
|
|
label: '艺术机构',
|
|
|
value: 'creator'
|