mzx16822 6 years ago
parent
commit
000ff2a224
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/h5/datigame/js/common.js

+ 1 - 1
public/h5/datigame/js/common.js

@@ -52,7 +52,7 @@ common={
  	},Answer:function(fn){
  		var _this=this;
      	   $.ajax({
-             type: "GET",
+             type: "POST",
              url: this.data.baseurl+this.data.Answer,
              data:{question_id:_this.data.question_id,option_id:_this.data.option_id},
              dataType: "json",