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