diff --git a/root/detail/fellow.vue b/root/detail/fellow.vue index add083e..d9331a4 100644 --- a/root/detail/fellow.vue +++ b/root/detail/fellow.vue @@ -376,10 +376,10 @@ export default { }) return false } - if (!that.info.tel && !that.info.weChat) { + if (!that.info.tel && !that.info.idCard) { uni.showToast({ icon: 'none', - title: '请输入手机号或微信', + title: '请输入手机号或身份证号', }) return false }