hookehuyr

docs(views/checkin): 更新敬老月活动的默认标题文本

1 <!-- 1 <!--
2 * @Date: 2024-09-15 22:08:49 2 * @Date: 2024-09-15 22:08:49
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2025-09-24 15:02:49 4 + * @LastEditTime: 2025-10-01 20:28:53
5 * @FilePath: /map-demo/src/views/checkin/info.vue 5 * @FilePath: /map-demo/src/views/checkin/info.vue
6 * @Description: 文件描述 6 * @Description: 文件描述
7 --> 7 -->
...@@ -157,21 +157,21 @@ const tab_configs = ref([ ...@@ -157,21 +157,21 @@ const tab_configs = ref([
157 key: 'introduction', 157 key: 'introduction',
158 title_key: 'introduction_text', 158 title_key: 'introduction_text',
159 content_key: 'introduction', 159 content_key: 'introduction',
160 - default_title: '敬老月优惠', 160 + default_title: '敬老月积分惠生活',
161 id: 'introduction' 161 id: 'introduction'
162 }, 162 },
163 { 163 {
164 key: 'story', 164 key: 'story',
165 title_key: 'story_text', 165 title_key: 'story_text',
166 content_key: 'story', 166 content_key: 'story',
167 - default_title: '敬老月优惠', 167 + default_title: '敬老月积分惠生活',
168 id: 'story' 168 id: 'story'
169 }, 169 },
170 { 170 {
171 key: 'experience', 171 key: 'experience',
172 title_key: 'experience_text', 172 title_key: 'experience_text',
173 content_key: 'experience', 173 content_key: 'experience',
174 - default_title: '敬老月优惠', 174 + default_title: '敬老月积分惠生活',
175 id: 'experience' 175 id: 'experience'
176 } 176 }
177 ]); 177 ]);
......