zhongtianhaoyuan 3 lat temu
rodzic
commit
523a3db30a

+ 4 - 8
pages/mine/cargoowner/addEnerprise.vue

@@ -84,8 +84,7 @@
 			</view>
 			<view class='line'></view>
 			<!-- :class="{'active':dataDetails.certificateAddressUrl&&dataDetails.company&&dataDetails.legalPersonName&&dataDetails.authorizationDeadline}" -->
-			<view
-				class="next-btn active" @click="submit()">
+			<view class="next-btn active" @click="submit()">
 				提交
 			</view>
 		</view>
@@ -402,19 +401,16 @@
 		}
 
 		.next-btn {
-			background: #F1F3F6;
+			background: #2772FB;
+			color: #fff;
 			width: 85%;
 			padding: 20rpx 20rpx;
 			text-align: center;
-			color: #C5CAD4;
 			border-radius: 50rpx;
 			margin: 0 auto;
 			margin-top: 10px;
 		}
 
-		.active {
-			background: #2772FB;
-			color: #fff;
-		}
+	
 	}
 </style>

+ 1 - 1
pages/mine/myAccount/withdrawal.vue

@@ -121,7 +121,7 @@
 					id: this.id,
 					flag: this.flag
 				}).then(res => {
-					this.usableMoney = Number(res.data.accountBalance) - Number(res.data.frozenAmount)
+					this.usableMoney = Number(res.data.accountBalance) 
 				})
 			},
 			writeIn() {

+ 2 - 1
pages/public/register.vue

@@ -229,7 +229,8 @@
 						password: this.password,
 						verifyCode: this.verifyCode,
 						userName: username,
-						identification:2
+						identification:2,
+						avatarUrl:"https://taohaoliang.oss-cn-beijing.aliyuncs.com/appData/165672849620975.png"//司机默认头像
 					}).then(res => {
 						if (res.code == '11002') {
 							uni.showToast({