From 414ea794631ece4ba412dcaa637a62c3f1d2c408 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com>
Date: Wed, 22 Oct 2025 14:44:06 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A6=96=E9=A1=B5=E6=90=9C?=
=?UTF-8?q?=E7=B4=A2=E6=A1=86=E8=B7=B3=E8=BD=AC=E9=80=BB=E8=BE=91?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
packages/advertising/goodsSubmit/index.vue | 4 ++--
pages/index/index.css | 13 +++++--------
pages/index/index.vue | 5 +----
3 files changed, 8 insertions(+), 14 deletions(-)
diff --git a/packages/advertising/goodsSubmit/index.vue b/packages/advertising/goodsSubmit/index.vue
index 5159a643..e6c5b3c2 100644
--- a/packages/advertising/goodsSubmit/index.vue
+++ b/packages/advertising/goodsSubmit/index.vue
@@ -43,7 +43,7 @@
¥{{ item.commodity_goods_info.sales_price }}/{{
item.commodity_goods_info.goods_unit
- }}
+ }}
运费 ¥{{
item.commodity_goods_info.freight }}
@@ -666,7 +666,7 @@ export default {
goods_and_count: group.map(item => {
return {
goods_id: item.goods_id,
- count: item.count,
+ count: item.is_one_one === 1 ? item.count / 2 : item.count,
price: item.price,
freight: item.commodity_goods_info.freight,
}
diff --git a/pages/index/index.css b/pages/index/index.css
index 9e2aaf72..c813c500 100644
--- a/pages/index/index.css
+++ b/pages/index/index.css
@@ -49,7 +49,7 @@ page {
}
.hot-word-container {
- width: 60%;
+ width: 90%;
height: 50rpx;
overflow: hidden;
position: relative;
@@ -73,7 +73,7 @@ page {
background-color: #f5f5f5;
}
-.search_input{
+.search_input {
width: 55%;
height: 50rpx;
line-height: 50rpx;
@@ -81,11 +81,6 @@ page {
color: #666;
}
-.searchBox2 {
- display: flex;
- align-items: center;
-}
-
.white_container {
background: #FFFFFF;
padding: 0 20rpx;
@@ -170,6 +165,8 @@ page {
}
.searchBox2 {
+ display: flex;
+ align-items: center;
width: 100%;
height: 60rpx;
background-color: #f6f7fb;
@@ -183,7 +180,7 @@ page {
}
.searchBox2 image {
- width: 40rpx;
+ width: 30rpx;
height: 28rpx;
margin-right: 16rpx;
}
diff --git a/pages/index/index.vue b/pages/index/index.vue
index d77b29b4..ee92fc8a 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -21,7 +21,7 @@
-
+
@@ -33,9 +33,6 @@
-
- 请输入内容
-