Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
biao
9 years ago
Commit
7ee2d1dcad25f6e67bca0d34f401e6b9b55d53bf
2 parents
72310889
f35d7e29
Merge branch 'develop/wap' of
http://git.dev.yoho.cn/web/yohobuy
into develop/wap
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
static/js/me/address-act.js
static/js/me/logistic.js
static/js/me/address-act.js
View file @
7ee2d1d
...
...
@@ -80,6 +80,7 @@ $addressForm.on('submit', function() {
isSubmiting
=
true
;
loading
.
showLoadingMask
();
$submit
.
css
(
'background'
,
'#777'
);
$
.
ajax
({
method
:
'POST'
,
url
:
'/home/saveAddress'
,
...
...
@@ -102,6 +103,8 @@ $addressForm.on('submit', function() {
}).
fail
(
function
()
{
tip
.
show
(
'网络出了点问题~'
);
isSubmiting
=
false
;
loading
.
hideLoadingMask
();
$submit
.
css
(
'background'
,
'#444'
);
});
return
false
;
});
...
...
static/js/me/logistic.js
View file @
7ee2d1d
...
...
@@ -27,7 +27,8 @@ function getGender() {
require
(
'../home/maybe-like'
)(
getGender
());
//提前触发lazyload
$
(
window
).
scrollTop
(
1
).
scrollTop
(
0
);
...
...
Please
register
or
login
to post a comment