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
f8c47794d8b7fb2a3b89b83edc7610d4fefd45e3
1 parent
4d8b3630
'加价购不可编辑和添加商品数量'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
static/js/cart/chose-panel.js
static/js/cart/chose-panel.js
View file @
f8c4779
...
...
@@ -61,6 +61,10 @@ function checkColorSizeNum() {
function
show
(
html
,
cb
)
{
if
(
html
)
{
$chosePanel
.
html
(
html
);
if
(
$
(
'#promotionId'
).
val
()
!==
''
)
{
$yohoPage
.
off
(
'touchstart'
,
'.btn-minus'
);
$yohoPage
.
off
(
'touchstart'
,
'.btn-plus'
);
}
init
();
}
$
(
'.chose-panel'
).
show
();
...
...
Please
register
or
login
to post a comment