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
毕凯
2016-01-14 18:01:21 +0800
Commit
1834953459dbfbea3e9d5a69e8134f800d23f38e
2 parents
8a7ea624
ae89f9a7
Merge branch 'feature/web/search' into develop
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
static/js/cart/order-ensure.js
web-static/sass/product/_filter-box.scss
static/js/cart/order-ensure.js
View file @
1834953
...
...
@@ -93,7 +93,7 @@ $('.invoice').on('touchend', '.checkbox', function() {
function
orderCompute
()
{
var
yohoCoin
=
orderInfo
(
'yohoCoin'
);
$
.
ajax
({
method
:
'POST'
,
url
:
'/cart/index/orderCompute'
,
...
...
web-static/sass/product/_filter-box.scss
View file @
1834953
...
...
@@ -55,7 +55,7 @@
-moz-user-select
:
none
;
}
.color
.attr
{
margin-right
:
0
;
}
...
...
@@ -244,6 +244,7 @@
font-size
:
14px
;
margin-right
:
20px
;
cursor
:
pointer
;
outline
:
none
;
&
.dis
{
background
:
#ccc
;
...
...
@@ -361,4 +362,4 @@
.filter-box
.brand
.attr
{
width
:
25%
;
}
}
\ No newline at end of file
}
...
...
Please
register
or
login
to post a comment