11.13早上提交

This commit is contained in:
zoujiandong
2025-11-13 08:41:08 +08:00
parent 4816054b96
commit 1e134f236c
67 changed files with 12733 additions and 7885 deletions
+3 -11
View File
@@ -1,16 +1,7 @@
<template>
<view class="person-page">
<!-- 顶部导航栏 -->
<uni-nav-bar
left-icon="left"
title="个人资料"
@clickLeft="goBack"
fixed
color="#8B2316"
height="180rpx"
:border="false"
backgroundColor="#eeeeee"
></uni-nav-bar>
<navBar title="个人资料" />
<scroll-view class="content" scroll-y>
<!-- 基本资料分组 -->
@@ -267,6 +258,7 @@
import areaList from '@/utils/areaList.js';
import docUrl from '@/utils/docUrl';
import navTo from '@/utils/navTo';
import navBar from '@/components/navBar/navBar.vue';
import QfImageCropper from '@/components/qf-image-cropper/qf-image-cropper.vue';
const form = ref({
// 基本资料字段
@@ -777,7 +769,7 @@ const confirmSpecialties = () => {
}
.content {
position: fixed;
top: 180rpx;
top: calc(var(--status-bar-height) + 44px);
bottom: 0;
left: 0;
right: 0;