1
This commit is contained in:
parent
710a2c72c2
commit
572b9017cf
@ -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{
|
||||
|
@ -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 = '添加车辆信息'
|
||||
|
Loading…
Reference in New Issue
Block a user