username@email.com
2025-11-13 8f47b7f2bf68ecdae9b428120c70962ba4d2d52d
CY_ECommercePlatform/CY.WebForm/Pages/common/CMSHead.ascx
@@ -76,6 +76,17 @@
                $(this).val("0");
            }
        });
        $(".validateIntshijuan").live("blur", function () {
            var price = $(this).val();
            if (price != "") {
                if (!reg2.test(price)) {
                    alertMsg("设置的值必须为正整数");
                    $(this).focus();
                    $(this).val("");
                }
            }
        });
    });
</script>
<script type="text/javascript">