From ac01b4e8c4a444fc2fd2af49fd67206f50121d18 Mon Sep 17 00:00:00 2001 From: zhangkai <847704969@qq.com> Date: Fri, 9 May 2025 18:28:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=80=E5=9C=A8=E5=9C=B0?= =?UTF-8?q?=E5=8C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/packageA/user/my_card.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/packageA/user/my_card.vue b/pages/packageA/user/my_card.vue index 36df735..4857635 100644 --- a/pages/packageA/user/my_card.vue +++ b/pages/packageA/user/my_card.vue @@ -38,10 +38,10 @@ - 联系电话:{{userThisInfo.phone}} + 联系电话:{{userThisInfo.phone ? userThisInfo.phone : '***********'}} - 所在地:{{'郑州市'}} + 所在地:{{userThisInfo.region_name ? userThisInfo.region_name : '未填写'}}