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
yyq
7 years ago
Commit
e987563ac48f5fe05fb3d4a4a08e296e938e25eb
1 parent
15f97a90
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/home/address.page.js
public/js/home/address.page.js
View file @
e987563
...
...
@@ -86,7 +86,7 @@ var address = {
delAddr
:
function
(
addrId
)
{
$
.
getJSON
(
'/home/address/delAddress?id='
+
addrId
,
function
(
jsonData
)
{
if
(
jsonData
.
code
===
200
)
{
$
(
'.address-list'
).
find
(
'li[addressId=
'
+
addrId
+
'
]'
).
remove
();
$
(
'.address-list'
).
find
(
'li[addressId=
"'
+
addrId
+
'"
]'
).
remove
();
if
(
addrId
===
$
(
'#addrId'
).
val
())
{
address
.
clearAddrForm
();
}
...
...
Please
register
or
login
to post a comment