From 9d8ad3056443aa0d7d4b26622ea660319cf52d79 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期四, 15 一月 2026 10:46:04 +0800
Subject: [PATCH] 页面调整优化

---
 pages/kitchen/KitchenCustomize.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/pages/kitchen/KitchenCustomize.vue b/pages/kitchen/KitchenCustomize.vue
index 42f2fbf..76bd733 100644
--- a/pages/kitchen/KitchenCustomize.vue
+++ b/pages/kitchen/KitchenCustomize.vue
@@ -27,7 +27,7 @@
                         <view class="product-info">
                             <view class="product-remark">{{ item.remark }}</view>
                             <view class="product-bottom">
-                                <view class="product-orign-price">
+                                <view class="product-orign-price" v-if="item.orginPrice > item.price">
                                     <text class="symbol">鍘熶环锟�</text>
                                     <text class="value">{{ item.orginPrice }}</text>
                                 </view>
@@ -286,7 +286,6 @@
 
 .product-top {
     flex: 1;
-    margin-left: 20rpx;
     display: flex;
     // flex-direction: column;
     // justify-content: space-between;

--
Gitblit v1.8.0