Authored by shuaiguo

fix(电子刊): 自定义购买数量bug修复

... ... @@ -41,6 +41,7 @@ $customNumInput.on('input', function() {
if (val !== handelVal) {
$(this).val(handelVal);
}
buyNumber = +handelVal;
}).on('change', function() {
let val = $(this).val();
... ...