feat: 联调登录+对话

This commit is contained in:
王天骄
2026-06-05 15:27:29 +08:00
parent 69c6a2969c
commit d962ab98f5
55 changed files with 526 additions and 93 deletions
+4 -1
View File
@@ -8,7 +8,7 @@
<view class="home-icon"></view>
</button>
<view class="nav-spacer"></view>
<button class="icon-button" aria-label="个人中心" @click="emit('open-profile')">
<button class="icon-button" aria-label="个人中心" @click="openProfile">
<view class="account-icon"></view>
</button>
</view>
@@ -100,6 +100,7 @@
<script setup lang="ts">
import { onUnmounted, ref } from 'vue'
import { createProfileOpener } from '../../api/navigation'
const emit = defineEmits<{
(event: 'open-settings'): void
@@ -107,6 +108,8 @@ const emit = defineEmits<{
(event: 'go-home'): void
}>()
const openProfile = createProfileOpener(emit)
const dimensions = [
{ label: '病史采集', score: 92 },
{ label: '体格检查', score: 85 },