Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
7 years ago
Commit
fdbebaa4ef1ec98d6b8e43d4fc6c64bdc7f3aefd
1 parent
4948164f
fix step2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
apps/home/models/account-service.js
apps/home/models/account-service.js
View file @
fdbebaa
...
...
@@ -199,9 +199,9 @@ module.exports = class extends global.yoho.BaseModel {
formData
=
[
{
inputTxt
:
ischeckMobile
?
'输入新的手机号码'
:
'请输入手机号码'
,
key
:
ischeckMobile
?
'mobilevalue2'
:
'mobilevalue
'
,
key
:
'mobilevalue2
'
,
type
:
'text'
,
name
:
ischeckMobile
?
'mobile2'
:
'mobile
'
name
:
'mobile2
'
}
];
break
;
...
...
Please
register
or
login
to post a comment