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 @@
-
- 请输入内容
-