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
Plain Diff
Browse Files
Authored by
yyq
9 years ago
Commit
2c2b454c5e39f3d4a547ae66b007da8f0f112c99
2 parents
e3cec4a2
f644bfc8
Merge branch 'release/1.0' of git.yoho.cn:fe/yoho-blk into release/1.0
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 @
2c2b454
...
...
@@ -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