diff --git a/manifest.json b/manifest.json index 92ddd3b..00680c0 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "惠农生活", "appid" : "__UNI__3A527D1", "description" : "", - "versionName" : "1.3.5", - "versionCode" : 135, + "versionName" : "1.3.6", + "versionCode" : 136, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages/gather/gather.vue b/pages/gather/gather.vue index e8fbae7..e600f37 100644 --- a/pages/gather/gather.vue +++ b/pages/gather/gather.vue @@ -2,17 +2,23 @@ - - - - + + + + + + {{ street }} - {{street}} + + + - - - + - + @@ -603,7 +603,7 @@ }, ...data] }, tabsChange(item) { - console.log(item) + this.productList = [] this.where.category_id = item.category_id this.emptyShow = false @@ -965,6 +965,7 @@ .tabs_wrapper { width: 720rpx; + margin: 0 auto; margin-bottom: 21.05rpx; // margin-left: -20rpx; @@ -972,18 +973,20 @@ } .tabs_wrapper-img { - width: 70rpx; - height: 70rpx; + width: 40rpx; + height: 60rpx; position: absolute; z-index: 888; + background-color: #fff; - right: 0; + right: 0rpx; top: 0; image { width: 40rpx; height: 40rpx; margin-top: 10rpx; + } } diff --git a/pages/supply_chains/supply_chains.vue b/pages/supply_chains/supply_chains.vue index 62c12e2..9f4d616 100644 --- a/pages/supply_chains/supply_chains.vue +++ b/pages/supply_chains/supply_chains.vue @@ -308,7 +308,7 @@ this.backColor = 0.5 this.isFshow = true } else if (scrollTop > 100) { - this.backColor = 0.5 + this.backColor = 1 this.isFshow = true