From 8490f40fc48a4a348c840f209754fd1a5c16e556 Mon Sep 17 00:00:00 2001 From: kuaileWu <1432334894@qq.com> Date: Fri, 13 Jun 2025 17:11:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E7=9C=9F=E5=AE=9E=E5=A7=93?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index f343a9e..25c3892 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -118,6 +118,7 @@ + @@ -332,15 +333,17 @@ export default { this.pageShow = true; - this.$nextTick(() => { - console.log(this.$refs, 'this.$refs.nameWrap'); - this.$refs.nameWrap.open('bottom') - }) let visitFlag = true; this.doctorInfo = data; this.user_type = this.doctorInfo.user_type; + if(!data.realname) { + this.$nextTick(() => { + this.$refs.nameWrap.open('bottom') + }) + } + var title = this.doctorInfo.doctor_info.doctor_name + '主页' uni.setNavigationBarTitle({ title: title @@ -748,7 +751,15 @@ export default { margin: 0 auto; } - + .getphone-box{ + position: fixed; + left: 0; + top: 0; + width: 100vw; + height: 100vh; + z-index: 8999999999; + opacity: 0; + } } .popup-container { @@ -831,6 +842,5 @@ export default { font-size: 26rpx; font-family: PingFang SC; } - }