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
Email Patches
Plain Diff
Browse Files
Authored by
uedxwg
9 years ago
Commit
e0aa5f6ea8258220b44e814fb7a466d1281d1351
1 parent
83b8416b
清楚log打印
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
static/js/cart/good.js
static/js/cart/good.js
View file @
e0aa5f6
...
...
@@ -60,7 +60,6 @@ $('.cart-goods').on('touchstart', '.checkbox', function() {
goodInfo
.
hasPromotion
=
promotion
;
goodInfo
.
buy_number
=
$good
.
find
(
'.count'
).
eq
(
0
).
text
().
trim
().
replace
(
'×'
,
''
);
goodsList
.
push
(
new
GoodInfo
(
goodInfo
));
console
.
log
(
goodInfo
);
$
.
ajax
({
type
:
'post'
,
url
:
'select'
,
...
...
Please
register
or
login
to post a comment