This commit is contained in:
weipengfei 2024-02-23 17:28:11 +08:00
parent 4aa3b0745f
commit a2cce47b8d
2 changed files with 7 additions and 7 deletions

View File

@ -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" : {

View File

@ -6,8 +6,8 @@
<view class="" style="position: absolute;left: 30rpx;bottom: 15rpx;" @click="logout"><i
class="iconfont icon-xiangzuo" style="font-size: 40rpx;text-align: left;"></i></view>
<view class=""
style="position: absolute;left: 30rpx;bottom: 15rpx;width: 120rpx; left:50%;margin-left:-60rpx;">
个人入驻
style="position: absolute;bottom: 15rpx;width: 500rpx; left:50%;transform: translate(-50%);text-align: center;">
种养殖户入驻
</view>
</view>
<view :style="'height:'+statusBarHeight+'px'"></view>
@ -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;
}