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
xuqi
9 years ago
Commit
68db5b23f929d298d44b8f7d6cf0501d7b113582
1 parent
f644bfc8
new address click
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
public/js/shopping/order/address.js
public/js/shopping/order/address.js
View file @
68db5b2
...
...
@@ -276,7 +276,12 @@ $('.address-all').click(function() {
});
// 新增地址
$
(
'.new-address'
).
click
(
newAddress
);
$
(
'.new-address'
).
click
(
function
()
{
// not $('.address-all).click(newAddress);
// because newAddress get a param, this type written will cause disaccord param of newAddress
newAddress
();
});
$
(
'.address-list'
).
on
(
'click'
,
'.address'
,
function
()
{
...
...
Please
register
or
login
to post a comment