From edf187d07f5facedecaae4e7638a252440d021e4 Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Mon, 30 Jun 2025 18:51:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- root/detail/fellow.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }