@@ -153,7 +153,8 @@ export default {
query: {
del: false,
onShelf: true,
- rarityLabel: this.rarityLabel
+ rarityLabel: this.rarityLabel,
+ salable: true
},
sort: 'id,desc',
search: this.bannerName
@@ -169,7 +169,11 @@
<product-info dark v-model:info="list[index]" @update:info="init"></product-info>
</template>
- <van-empty :image="require('@assets/empty_img_asset.png')" v-if="empty" description="没有任何藏品哦~" />
+ <van-empty
+ :image="require('@assets/empty_img_asset_dark.png')"
+ v-if="empty"
+ description="没有任何藏品哦~"
+ />
</van-list>
</van-pull-refresh>
</div>