hookehuyr

chore(checkin): 重命名打卡地图为便民地图

- 更新底部导航标签文案
- 更新页面标题栏文本
- 更新文件描述注释

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
...@@ -44,7 +44,7 @@ const navItems = shallowRef([ ...@@ -44,7 +44,7 @@ const navItems = shallowRef([
44 path: '/pages/CheckinMap/index', 44 path: '/pages/CheckinMap/index',
45 icon: activitiesIcon, 45 icon: activitiesIcon,
46 activeIcon: activitiesIconActive, 46 activeIcon: activitiesIconActive,
47 - label: '打卡地图', 47 + label: '便民地图',
48 }, 48 },
49 // { path: '/pages/RewardCategories/index', icon: rewardsIcon, activeIcon: rewardsIconActive, label: '兑换' }, 49 // { path: '/pages/RewardCategories/index', icon: rewardsIcon, activeIcon: rewardsIconActive, label: '兑换' },
50 // TAG: 暂时写死以后可能会改变 50 // TAG: 暂时写死以后可能会改变
......
1 /* 1 /*
2 * @Date: 2026-02-05 20:03:58 2 * @Date: 2026-02-05 20:03:58
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2026-02-05 20:08:25 4 + * @LastEditTime: 2026-02-09 14:07:11
5 * @FilePath: /lls_program/src/pages/CheckinMap/index.config.js 5 * @FilePath: /lls_program/src/pages/CheckinMap/index.config.js
6 - * @Description: 打卡地图配置文件 6 + * @Description: 便民地图配置文件
7 */ 7 */
8 export default { 8 export default {
9 - navigationBarTitleText: '打卡地图', 9 + navigationBarTitleText: '便民地图',
10 } 10 }
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 * @LastEditTime: 2026-02-05 20:09:34 4 * @LastEditTime: 2026-02-05 20:09:34
5 * @FilePath: /lls_program/src/pages/CheckinMap/index.vue 5 * @FilePath: /lls_program/src/pages/CheckinMap/index.vue
6 - * @Description: 打卡地图列表页 6 + * @Description: 便民地图列表页
7 --> 7 -->
8 <template> 8 <template>
9 <view class="checkin-map-page"> 9 <view class="checkin-map-page">
...@@ -39,7 +39,7 @@ import Taro from '@tarojs/taro' ...@@ -39,7 +39,7 @@ import Taro from '@tarojs/taro'
39 import BottomNav from '@/components/BottomNav.vue' 39 import BottomNav from '@/components/BottomNav.vue'
40 40
41 /** 41 /**
42 - * Mock 打卡地图数据 42 + * Mock 便民地图数据
43 */ 43 */
44 const mapList = ref([ 44 const mapList = ref([
45 { 45 {
......