hookehuyr

fix(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-18 11:31:33 4 + * @LastEditTime: 2025-09-18 20:37:00
5 * @FilePath: /map-demo/src/views/checkin/info.vue 5 * @FilePath: /map-demo/src/views/checkin/info.vue
6 * @Description: 文件描述 6 * @Description: 文件描述
7 --> 7 -->
...@@ -129,14 +129,14 @@ const tab_configs = ref([ ...@@ -129,14 +129,14 @@ const tab_configs = ref([
129 key: 'story', 129 key: 'story',
130 title_key: 'story_text', 130 title_key: 'story_text',
131 content_key: 'story', 131 content_key: 'story',
132 - default_title: '故 事', 132 + default_title: '敬老月优惠',
133 id: 'story' 133 id: 'story'
134 }, 134 },
135 { 135 {
136 key: 'experience', 136 key: 'experience',
137 title_key: 'experience_text', 137 title_key: 'experience_text',
138 content_key: 'experience', 138 content_key: 'experience',
139 - default_title: '体 验', 139 + default_title: '敬老月优惠',
140 id: 'experience' 140 id: 'experience'
141 } 141 }
142 ]); 142 ]);
......