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
66b8107fc77e2cd189c61c03e4c77c9a04e644af
1 parent
a1717be6
init address
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
public/js/shopping/order/address.js
public/js/shopping/order/address.js
View file @
66b8107
...
...
@@ -257,7 +257,9 @@ function initAddressContent($el, areaCode) {
function
newAddress
(
isInit
)
{
var
address
;
address
=
addressDialogFactory
();
address
=
addressDialogFactory
({
init
:
isInit
?
true
:
false
});
if
(
isInit
)
{
address
.
$el
.
addClass
(
'is-init'
);
...
...
Please
register
or
login
to post a comment