推荐人字段改为导师

master
santaner 11 months ago
parent a8858dbe34
commit beeaa077ad
  1. 2
      pages/news_details/index.vue
  2. 8
      pages/users/user_modify_mes/index.vue

@ -158,7 +158,7 @@
listenerActionSheet() {
let that = this;
that.getCheck();
that.shareInfoStatus = true
that.shareInfoStatus = true;
if(that.articleInfo.articleCategory.title === '视频'){
that.type = '3'
}else if(that.articleInfo.articleCategory.title === '推文'){

@ -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;

Loading…
Cancel
Save