Commit 1ff864af by 冷斌

fix bug

parent 6a4acb59
...@@ -173,7 +173,7 @@ ...@@ -173,7 +173,7 @@
$("#mark label.radio").on('change',function(){ $("#mark label.radio").on('change',function(){
var v=$("input",this).val(); var v=$("input",this).val();
if(v==3){ if(v==3){
$("#tips").show(); // $("#tips").show();
}else{ }else{
$("#tips").hide(); $("#tips").hide();
} }
......
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