From e4f9739d74323aacf09d139700f22a383910ee97 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 04 三月 2026 10:38:32 +0800
Subject: [PATCH] 合并
---
mini-program/pagesA/pages/product-management/product-management.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/mini-program/pagesA/pages/product-management/product-management.vue b/mini-program/pagesA/pages/product-management/product-management.vue
index ce0fd84..4927ac8 100644
--- a/mini-program/pagesA/pages/product-management/product-management.vue
+++ b/mini-program/pagesA/pages/product-management/product-management.vue
@@ -55,7 +55,7 @@
</view>
<view class="commodity">
<view class="commodity-wu" v-if="goodsList.length === 0">
- <image src="/static/images/default_search@2x.png" mode="widthFix"></image>
+ <image src="/static/images/default_nodata_white.pngg" mode="widthFix"></image>
</view>
<view class="list-item" v-else v-for="(item, i) in goodsList" :key="i" @click="jumpDetails(item.id)">
<view class="list-item-image">
@@ -444,6 +444,7 @@
justify-content: center;
image {
width: 100%;
+ height: 330rpx;
}
}
.commodity-item-box {
--
Gitblit v1.9.3