Commit dc57382a by 陈超

T

parent 2b165c79
...@@ -140,13 +140,13 @@ ...@@ -140,13 +140,13 @@
if(!this.counting) { if(!this.counting) {
this.counting = true this.counting = true
let phone = this.phone let phone = this.phone
console.log($)
$.ajax({ $.ajax({
type: "POST", type: "POST",
url:GET_PHONEVERIFY, url:GET_PHONEVERIFY,
data:"phone="+phone, data:"phone="+phone,
dataType:"json", dataType:"json",
success:function(data){ success:function(data){
console.log(data)
if(data.status=='0'){ if(data.status=='0'){
ui.error(data.info) ui.error(data.info)
return return
......
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