From a2cce47b8d77eb94ccd47d741b46792df44f2dfd Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Fri, 23 Feb 2024 17:28:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 ++-- pages/store/settled/unit.vue | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index a951c81..f4ccb17 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "惠农生活", "appid" : "__UNI__3A527D1", "description" : "", - "versionName" : "1.9.1", - "versionCode" : 191, + "versionName" : "1.9.2", + "versionCode" : 192, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages/store/settled/unit.vue b/pages/store/settled/unit.vue index b00a69b..6e408da 100644 --- a/pages/store/settled/unit.vue +++ b/pages/store/settled/unit.vue @@ -6,8 +6,8 @@ - 个人入驻 + style="position: absolute;bottom: 15rpx;width: 500rpx; left:50%;transform: translate(-50%);text-align: center;"> + 种养殖户入驻 @@ -630,7 +630,7 @@ this.area_id = this.business[0][this.index2[0]].code this.street_id = this.business[1][this.index2[1]].code this.village_id = this.business[2][this.index2[2]].id - // return; // 个人入驻也不需要 + // return; // 种养殖户入驻也不需要 if (this.merchantData.mer_type == 12) return; //市级供应链不需要查询镇农科公司 merstreet({ street_code: this.street_id @@ -1090,8 +1090,8 @@ } .merchantsSettled { - background-image: linear-gradient(var(--view-bntColor21) 0%, var(--view-bntColor22) 100%); - min-height: 100vh; + background-image: linear-gradient(#ff5a32 644rpx, var(--view-bntColor22) 100%); + min-height: 1800rpx; position: relative; }