diff --git a/pages/news_details/index.vue b/pages/news_details/index.vue
index aaae894..5fc67e2 100644
--- a/pages/news_details/index.vue
+++ b/pages/news_details/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 === '推文'){
diff --git a/pages/users/user_modify_mes/index.vue b/pages/users/user_modify_mes/index.vue
index 9c79f6f..55c5e9e 100644
--- a/pages/users/user_modify_mes/index.vue
+++ b/pages/users/user_modify_mes/index.vue
@@ -18,10 +18,10 @@
- 推荐人
+ 导师
-
-
+
+
@@ -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;