hookehuyr

docs: 将"拍照留念"统一修改为"亲情展示"

更新多处UI文本,将"拍照留念"统一修改为"亲情展示",保持文案一致性
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
52 @click="navigateToUpload" 52 @click="navigateToUpload"
53 > 53 >
54 <view class="text-gray-400 text-2xl mb-1">+</view> 54 <view class="text-gray-400 text-2xl mb-1">+</view>
55 - <view class="text-gray-500 text-xs text-center">拍照留念</view> 55 + <view class="text-gray-500 text-xs text-center">亲情展示</view>
56 </view> 56 </view>
57 </view> 57 </view>
58 58
......
...@@ -125,8 +125,8 @@ const sourceTypeMap = { ...@@ -125,8 +125,8 @@ const sourceTypeMap = {
125 'CHECK_IN': '参与奖励', 125 'CHECK_IN': '参与奖励',
126 'CHECK_IN_COUNT': '完成奖励', 126 'CHECK_IN_COUNT': '完成奖励',
127 'FAMILY_SIZE': '家庭成员', 127 'FAMILY_SIZE': '家庭成员',
128 - 'COMPANION_PHOTO': '陪伴拍照', 128 + 'COMPANION_PHOTO': '亲情展示',
129 - 'WHEELCHAIR_COMPANION': '特殊陪伴' 129 + 'WHEELCHAIR_COMPANION': '勇气积分'
130 } 130 }
131 131
132 /** 132 /**
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
9 <PopupWrapper 9 <PopupWrapper
10 v-model:visible="popupVisible" 10 v-model:visible="popupVisible"
11 position="bottom" 11 position="bottom"
12 - title="拍照留念" 12 + title="亲情展示"
13 height="80%" 13 height="80%"
14 :close-on-click-overlay="false" 14 :close-on-click-overlay="false"
15 @close="handleClose" 15 @close="handleClose"
......
1 <!-- 1 <!--
2 * @Date: 2025-08-27 17:43:45 2 * @Date: 2025-08-27 17:43:45
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2025-09-28 11:28:31 4 + * @LastEditTime: 2025-10-01 11:30:56
5 * @FilePath: /lls_program/src/pages/Dashboard/index.vue 5 * @FilePath: /lls_program/src/pages/Dashboard/index.vue
6 * @Description: 首页 6 * @Description: 首页
7 --> 7 -->
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
35 @sync-failed="handleSyncFailed" 35 @sync-failed="handleSyncFailed"
36 > 36 >
37 <template #default> 37 <template #default>
38 - <!-- 合并的大卡片:今日步数 + 积分收集器 + 拍照留念 --> 38 + <!-- 合并的大卡片:今日步数 + 积分收集器 + 亲情展示 -->
39 <template v-if="!showTotalPointsOnly"> 39 <template v-if="!showTotalPointsOnly">
40 <PointsCollector 40 <PointsCollector
41 ref="pointsCollectorRef" 41 ref="pointsCollectorRef"
...@@ -71,12 +71,12 @@ ...@@ -71,12 +71,12 @@
71 </view> 71 </view>
72 </template> 72 </template>
73 73
74 - <!-- 底部:拍照留念 --> 74 + <!-- 底部:亲情展示 -->
75 <template #footer> 75 <template #footer>
76 <view @tap="openCamera" class="w-full bg-blue-500 text-white py-3 rounded-lg flex flex-col items-center justify-center"> 76 <view @tap="openCamera" class="w-full bg-blue-500 text-white py-3 rounded-lg flex flex-col items-center justify-center">
77 <view class="flex items-center justify-center text-sm"> 77 <view class="flex items-center justify-center text-sm">
78 <Photograph :size="isTabletDevice ? 35 : 20" class="mr-2" /> 78 <Photograph :size="isTabletDevice ? 35 : 20" class="mr-2" />
79 - 拍照留念,奖励积分 79 + 拍照展示亲情,奖励积分
80 </view> 80 </view>
81 </view> 81 </view>
82 </template> 82 </template>
...@@ -113,12 +113,12 @@ ...@@ -113,12 +113,12 @@
113 </view> 113 </view>
114 </template> 114 </template>
115 115
116 - <!-- 底部:拍照留念 --> 116 + <!-- 底部:亲情展示 -->
117 <template #footer> 117 <template #footer>
118 <view @tap="openCamera" class="w-full bg-blue-500 text-white py-3 rounded-lg flex flex-col items-center justify-center"> 118 <view @tap="openCamera" class="w-full bg-blue-500 text-white py-3 rounded-lg flex flex-col items-center justify-center">
119 <view class="flex items-center justify-center"> 119 <view class="flex items-center justify-center">
120 <Photograph size="20" class="mr-2" /> 120 <Photograph size="20" class="mr-2" />
121 - 拍照留念,奖励积分 121 + 拍照展示亲情,奖励积分
122 </view> 122 </view>
123 </view> 123 </view>
124 </template> 124 </template>
......
1 export default { 1 export default {
2 - navigationBarTitleText: '拍照留念', 2 + navigationBarTitleText: '亲情展示',
3 navigationBarBackgroundColor: '#ffffff', 3 navigationBarBackgroundColor: '#ffffff',
4 navigationBarTextStyle: 'black', 4 navigationBarTextStyle: 'black',
5 backgroundColor: '#f9fafb' 5 backgroundColor: '#f9fafb'
......
1 +<!--
2 + * @Date: 2025-08-28 17:07:39
3 + * @LastEditors: hookehuyr hookehuyr@gmail.com
4 + * @LastEditTime: 2025-10-01 11:31:18
5 + * @FilePath: /lls_program/src/pages/UploadMedia/index.vue
6 + * @Description: 文件描述
7 +-->
1 <template> 8 <template>
2 <view class="min-h-screen bg-gray-50"> 9 <view class="min-h-screen bg-gray-50">
3 10
...@@ -183,7 +190,7 @@ onMounted(() => { ...@@ -183,7 +190,7 @@ onMounted(() => {
183 }; 190 };
184 191
185 // 根据来源设置页面标题 192 // 根据来源设置页面标题
186 - const title = pageParams.value.from === 'checkin' ? '上传图片' : '拍照留念'; 193 + const title = pageParams.value.from === 'checkin' ? '上传图片' : '亲情展示';
187 Taro.setNavigationBarTitle({ title }); 194 Taro.setNavigationBarTitle({ title });
188 }); 195 });
189 196
......