Commit 2d354fb4 by 陈超

T

parent dc57382a
......@@ -137,21 +137,21 @@
this.checkPhone(this.readyToSend)
},
readyToSend: function() {
let that = this
if(!this.counting) {
this.counting = true
let phone = this.phone
let phone = that.phone
$.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
}else{
this.onTick()
that.counting = true
that.onTick()
return
}
}
......
......@@ -104,7 +104,9 @@
<van-tabbar-item>
<span class="text_10_400">考试咨询</span>
<template #icon="props">
<a href="{:U('classroom/Index/find')}">
<img :src="props.active ? '__THEME__/img/zixun.png' : '__THEME__/img/zixun_s.png'" />
</a>
</template>
</van-tabbar-item>
<van-tabbar-item>
......
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