记得上下班打卡 | git大法好,push需谨慎

Commit 0c6395ac authored by 胡佳晨's avatar 胡佳晨

修改配置

parent 8f02044c
...@@ -154,10 +154,9 @@ ...@@ -154,10 +154,9 @@
isCanRefund: parseInt($("input[name^='performance_isCanRefund']:checked").val()), isCanRefund: parseInt($("input[name^='performance_isCanRefund']:checked").val()),
refundOpenTime: $("input[name^='refundOpenTime']").val(), refundOpenTime: $("input[name^='refundOpenTime']").val(),
refundCloseTime: $("input[name^='refundCloseTime']").val(), refundCloseTime: $("input[name^='refundCloseTime']").val(),
isRefundPoundage: parseInt($("input[name^='performance_isRefundPoundage']:checked").val()),
isRefundPoundage: $("input[name^='performance_isRefundPoundage']").val(), isRefundVoucher: parseInt($("input[name^='performance_isRefundVoucher']:checked").val()),
isRefundVoucher: $("input[name^='performance_isRefundVoucher']").val(), isRefundExpress: parseInt($("input[name^='performance_isRefundExpress']:checked").val())
isRefundExpress: $("input[name^='performance_isRefundExpress']").val()
} }
if ($("input[name^='refundCloseTime']").val() == "" || $("input[name^='refundOpenTime']").val() == "") { if ($("input[name^='refundCloseTime']").val() == "" || $("input[name^='refundOpenTime']").val() == "") {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment