From e40fa3df043df12622fd0b654cd3ea9c147b96d7 Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期三, 16 七月 2025 23:29:10 +0800
Subject: [PATCH] 增加价格为0的判断,留下逻辑遗漏点

---
 pages/home/home.wxss |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/pages/home/home.wxss b/pages/home/home.wxss
index bca88a7..e0c52ff 100644
--- a/pages/home/home.wxss
+++ b/pages/home/home.wxss
@@ -121,10 +121,9 @@
   width: 60rpx !important;
   height: 56rpx !important;
   position: relative;
-
 }
 
-.t-grid-item__image:not(:empty).t-grid-item__image--small .t-image {
+.t-grid-item__image:not(:empty).t-grid-item__image--small .t-image .t-image__img {
   width: auto !important;
   height: auto !important;
   max-width: 100% !important;

--
Gitblit v1.9.1