Showing
1 changed file
with
4 additions
and
0 deletions
@@ -61,6 +61,10 @@ function checkColorSizeNum() { | @@ -61,6 +61,10 @@ function checkColorSizeNum() { | ||
61 | function show(html, cb) { | 61 | function show(html, cb) { |
62 | if (html) { | 62 | if (html) { |
63 | $chosePanel.html(html); | 63 | $chosePanel.html(html); |
64 | + if ($('#promotionId').val() !== '') { | ||
65 | + $yohoPage.off('touchstart', '.btn-minus'); | ||
66 | + $yohoPage.off('touchstart', '.btn-plus'); | ||
67 | + } | ||
64 | init(); | 68 | init(); |
65 | } | 69 | } |
66 | $('.chose-panel').show(); | 70 | $('.chose-panel').show(); |
-
Please register or login to post a comment