Authored by uedxwg

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

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