This commit is contained in:
Vinjor 2024-12-06 14:04:09 +08:00
parent 710a2c72c2
commit 572b9017cf
2 changed files with 8 additions and 0 deletions

View File

@ -714,6 +714,11 @@ export default {
uni.navigateTo({
url: '/pages/myCar/addCarUser?userInfo='+JSON.stringify(this.userInfo)
})
}else{
//
uni.navigateTo({
url: '/pages/myCar/addCarUser?phoneNum='+this.phone
})
}
})
}else{

View File

@ -211,6 +211,9 @@ export default {
this.userInfo.sex = thisUserInfoObj.sex
this.userInfo.phoneNumber = thisUserInfoObj.phoneNumber
}
if(data && data.hasOwnProperty("phoneNum")){
this.userInfo.phoneNumber = data.phoneNum
}
this.bo1 = false;
this.bo2 = true;
this.pageTitle = '添加车辆信息'