Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
biao
9 years ago
Commit
cca4261aa76bd6d5df7b4010faba278798288c15
1 parent
33881008
optimise
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
public/js/me/order/edit-order.js
public/js/me/order/edit-order.js
View file @
cca4261
...
...
@@ -149,7 +149,7 @@ function editOrder(onEdit) {
address
:
address
,
mobile
:
mobile
,
phone
:
phone
}
}
;
if
(
/
\*
/
.
test
(
mobile
))
{
d
=
{
...
...
@@ -158,7 +158,7 @@ function editOrder(onEdit) {
userName
:
userName
,
address
:
address
,
phone
:
phone
}
}
;
}
$
.
ajax
({
...
...
Please
register
or
login
to post a comment