|
|
|
@ -18,10 +18,10 @@ |
|
|
|
|
<view class='input'><input placeholder='请输入年龄信息' placeholder-class='placeholder' name="age" type='digit' :value="realInfo.age"></input></view> |
|
|
|
|
</view> |
|
|
|
|
<view class='item acea-row row-between-wrapper'> |
|
|
|
|
<view class='name'>推荐人</view> |
|
|
|
|
<view class='name'>导师</view> |
|
|
|
|
<view class='input'> |
|
|
|
|
<input placeholder="请输入推荐人电话" placeholder-class='placeholder' name="spread_phone" :value="realInfo.spread_phone" v-if="realInfo.spread_phone" disabled></input> |
|
|
|
|
<input placeholder="请输入推荐人电话" placeholder-class='placeholder' name="spread_phone" :value="realInfo.spread_phone" v-else></input> |
|
|
|
|
<input placeholder="请输入导师电话" placeholder-class='placeholder' name="spread_phone" :value="realInfo.spread_phone" v-if="realInfo.spread_phone" disabled></input> |
|
|
|
|
<input placeholder="请输入导师电话" placeholder-class='placeholder' name="spread_phone" :value="realInfo.spread_phone" v-else></input> |
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
@ -230,7 +230,7 @@ |
|
|
|
|
title: '年龄应该在18-68岁之间' |
|
|
|
|
}); |
|
|
|
|
if (value.spread_phone.length == 0) return this.$util.Tips({ |
|
|
|
|
title: '请填写推荐人电话' |
|
|
|
|
title: '请填写导师电话' |
|
|
|
|
}); |
|
|
|
|
console.log(value, 'value') |
|
|
|
|
that.load = true; |
|
|
|
|