@@ -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()">
提交
@@ -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>
@@ -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() {
@@ -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"//司机默认头像
if (res.code == '11002') {
uni.showToast({