Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
mlaj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-12-25 10:56:01 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4dd6d66acf68d68d3f2bd5d19fc74979f80c129d
4dd6d66a
1 parent
1a97870d
fix(CompleteInfoPage): 移除更新用户信息时的手机号字段
由于业务需求变更,不再需要更新用户手机号信息
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/recall/CompleteInfoPage.vue
src/views/recall/CompleteInfoPage.vue
View file @
4dd6d66
...
...
@@ -117,7 +117,7 @@ const handleConfirm = async () => {
const res = await updateUserInfoAPI({
name: form.name,
mobile: form.phone,
//
mobile: form.phone,
idcard: form.idCard
})
if (res.code) {
...
...
Please
register
or
login
to post a comment