From 69f8e68c7333a61ef26e78c4b5439938f7974d5b Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Sat, 30 Mar 2024 14:13:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/cloud_warehouse/market/market.vue | 6 +++--- pages/columnGoods/goods_search/index.vue | 2 +- pages/whole_sale/index.vue | 21 +++++++++++---------- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/pages/cloud_warehouse/market/market.vue b/pages/cloud_warehouse/market/market.vue index ba69c05..87c6255 100644 --- a/pages/cloud_warehouse/market/market.vue +++ b/pages/cloud_warehouse/market/market.vue @@ -44,7 +44,7 @@ } .wholeSale-con { - margin: 0 30rpx; + margin: 0 20rpx; .wholeSale-nav { display: flex; @@ -202,9 +202,9 @@ .goods_list { .goods { - width: 690rpx; + width: 710rpx; height: 200rpx; - margin: 30rpx auto; + margin: 20rpx auto; margin-top: 0; background-color: #fff; border-radius: 24rpx; diff --git a/pages/columnGoods/goods_search/index.vue b/pages/columnGoods/goods_search/index.vue index 50564fd..98c5c5c 100644 --- a/pages/columnGoods/goods_search/index.vue +++ b/pages/columnGoods/goods_search/index.vue @@ -178,8 +178,8 @@ onLoad(options) { this.searchValue = options.searchVal || '' this.back = options.back; - this.isShop = options.shop || false; if(options.shop=='true'){ + this.isShop = options.shop; uni.setNavigationBarTitle({ title: '搜索店铺' }) diff --git a/pages/whole_sale/index.vue b/pages/whole_sale/index.vue index 5c7c7d2..a61a819 100644 --- a/pages/whole_sale/index.vue +++ b/pages/whole_sale/index.vue @@ -209,9 +209,9 @@ } .goods_list { .goods { - width: 690rpx; + // width: 690rpx; height: 200rpx; - margin: 30rpx auto; + margin: 20rpx auto; margin-top: 0; background-color: #fff; border-radius: 24rpx; @@ -286,11 +286,11 @@ - - @@ -391,7 +391,7 @@ - +