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 @@ - +