Commit b189906b by Huang Linyu

赛事订单点击“仅处理完成”时不应该发送短信

parent 79662727
Showing with 2 additions and 1 deletions
......@@ -374,7 +374,8 @@
validBtn(_SelfJQ);
return false;
}else{
document.getElementById("isMsg").value=0;
//document.getElementById("isMsg").value=0;
$("#form").find("#isMsg").val(0);
$("#form").append($("#realpaytime")).submit();
}
}
......
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 sign in to comment