panhui 3 lat temu
rodzic
commit
32a7b0ba00

+ 2 - 1
src/components/product/productSelect.vue

@@ -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

+ 5 - 1
src/views/product/HopeMarket.vue

@@ -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>