From beeaa077addf728322d178fb533b731478394c0d Mon Sep 17 00:00:00 2001 From: santaner Date: Thu, 18 Jan 2024 17:34:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E8=8D=90=E4=BA=BA=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E5=AF=BC=E5=B8=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/news_details/index.vue | 2 +- pages/users/user_modify_mes/index.vue | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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;