This commit is contained in:
那些花儿
2025-09-22 11:10:41 +08:00
parent 7b0a8ca494
commit 8365d5d803
3 changed files with 65 additions and 8 deletions
@@ -378,6 +378,15 @@ const optionSelect = {
if (this.userSelection && this.userSelection.length > 0) {
this.contactForm.mobile = this.userSelection[0]?.mobile
} else {
if (this.isProxySelect) {
// 否则使用默认手机号
$.post("/platform/welfare/selection/situation/getMobileByUserId", { userId: this.userId }).then((res) => {
if (res.code === 0) {
this.contactForm.mobile = res.data
}
})
}
}
// 地址回显