Commit dc57382a by 陈超

T

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