Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
Rock Zhang
9 years ago
Commit
49f99926da2f7d5809201de3b32133e98ad4dd9f
2 parents
d50b0a8c
24a135b3
Merge branch 'develop/wap' of git.dev.yoho.cn:web/yohobuy into develop
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
static/js/cart/order-ensure.js
static/sass/home/_side-nav.scss
static/js/cart/order-ensure.js
View file @
49f9992
...
...
@@ -93,6 +93,7 @@ $invoice.on('touchend', '.checkbox', function() {
function
orderCompute
()
{
var
yohoCoin
=
orderInfo
(
'yohoCoin'
);
loading
.
showLoadingMask
();
$
.
ajax
({
method
:
'POST'
,
url
:
'/cart/index/orderCompute'
,
...
...
@@ -127,6 +128,8 @@ function orderCompute() {
}
}).
fail
(
function
()
{
window
.
location
.
reload
();
}).
always
(
function
()
{
loading
.
hideLoadingMask
();
});
}
...
...
static/sass/home/_side-nav.scss
View file @
49f9992
...
...
@@ -217,7 +217,7 @@
em
{
font-weight
:
normal
;
font-size
:
3
6
rem
/
$pxConvertRem
;
font-size
:
3
0
rem
/
$pxConvertRem
;
}
}
...
...
Please
register
or
login
to post a comment