hookehuyr

fix: 修改行政区选择标题为"家庭所在行政区"

......@@ -45,7 +45,7 @@
<!-- District Selection -->
<view class="mb-6">
<view class="bg-white rounded-lg border border-gray-200 p-4">
<view class="block text-lg font-medium mb-4">便于家人找到家</view>
<view class="block text-lg font-medium mb-4">家庭所在行政区</view>
<view class="bg-white rounded-xl p-4 border border-gray-200" @click="showDistrictPicker = true">
<view class="flex justify-between items-center">
<view>
......
<!--
* @Date: 2025-08-27 17:44:53
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-09-22 15:25:23
* @LastEditTime: 2025-09-25 10:02:49
* @FilePath: /lls_program/src/pages/EditFamily/index.vue
* @Description: 文件描述
-->
......@@ -44,7 +44,7 @@
<!-- District Selection -->
<view class="mb-6">
<view class="bg-white rounded-lg border border-gray-200 p-4">
<view class="block text-lg font-medium mb-4">便于家人找到家</view>
<view class="block text-lg font-medium mb-4">家庭所在行政区</view>
<view class="bg-white rounded-xl p-4 border border-gray-200" @click="showDistrictPicker = true">
<view class="flex justify-between items-center">
<view>
......