Authored by uedxwg

'加价购不可编辑和添加商品数量'

@@ -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();