hookehuyr

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

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

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