hookehuyr

feat: 更新重阳节活动相关文案和样式

- 将活动标题改为"乐在重阳"
- 修改底部导航栏活动标签为"乐在重阳"
- 更新按钮文案为"立即参加"
- 调整分享按钮文案为"分享页面"
- 优化创建和编辑家庭页面的提示文案
- 移除打卡信息空状态的背景色
<!--
* @Date: 2025-08-27 17:44:10
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-09-15 11:35:20
* @LastEditTime: 2025-09-22 15:06:37
* @FilePath: /lls_program/src/components/BottomNav.vue
* @Description: 文件描述
-->
......@@ -35,7 +35,7 @@ const meIconActive = 'https://cdn.ipadbiz.cn/lls_prog/icon/me_active1.svg';
const navItems = shallowRef([
{ path: '/pages/Dashboard/index', icon: homeIcon, activeIcon: homeIconActive, label: '首页' },
{ path: '/pages/ActivitiesCover/index', icon: activitiesIcon, activeIcon: activitiesIconActive, label: '活动' },
{ path: '/pages/ActivitiesCover/index', icon: activitiesIcon, activeIcon: activitiesIconActive, label: '乐在重阳' },
// { path: '/pages/RewardCategories/index', icon: rewardsIcon, activeIcon: rewardsIconActive, label: '兑换' },
// TAG: 暂时写死以后可能会改变
{ path: '/pages/Rewards/index?id=health&category=health', icon: rewardsIcon, activeIcon: rewardsIconActive, label: '兑换' },
......
<!--
* @Date: 2025-09-03 14:34:58
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-09-17 17:35:27
* @LastEditTime: 2025-09-22 15:07:54
* @FilePath: /lls_program/src/components/ShareButton/index.vue
* @Description: 分享按钮组件 - 点击后弹出分享选项
-->
......@@ -9,7 +9,7 @@
<view class="share-button-container">
<!-- 分享活动按钮 -->
<button id="share" data-name="shareBtn" open-type="share" class="share-button share-activity-btn">
分享活动
分享页面
</button>
<!-- 分享海报按钮 -->
......
/*
* @Date: 2025-08-28 14:50:55
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-09-18 09:44:08
* @LastEditTime: 2025-09-22 15:07:29
* @FilePath: /lls_program/src/pages/ActivitiesCover/index.config.js
* @Description: 文件描述
*/
export default {
navigationBarTitleText: '主题活动',
navigationBarTitleText: '乐在重阳',
enableShareAppMessage: true,
// enableShareTimeline: true,
usingComponents: {
......
<!--
* @Date: 2022-09-19 14:11:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-09-19 23:47:10
* @LastEditTime: 2025-09-22 15:10:03
* @FilePath: /lls_program/src/pages/ActivitiesCover/index.vue
* @Description: 活动海报页面 - 展示活动信息并处理定位授权
-->
......@@ -369,7 +369,7 @@ const getButtonText = () => {
// 如果没有加入家庭,显示"加入家庭"
if (!hasJoinedFamily.value) {
return '参加活动'
return '立即参加'
}
// 如果位置获取失败,显示"重新定位"
......@@ -387,8 +387,8 @@ const getButtonText = () => {
return '进入活动'
}
// 默认显示"参加活动"
return '参加活动'
// 默认显示"立即参加"
return '立即参加'
}
/**
......
<!--
* @Date: 2025-08-27 17:44:53
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-09-22 10:53:04
* @LastEditTime: 2025-09-22 15:24:36
* @FilePath: /lls_program/src/pages/CreateFamily/index.vue
* @Description: 创建家庭
-->
......@@ -12,7 +12,7 @@
<view class="mb-6">
<view class="text-gray-600 mb-6 flex items-center">
<IconFont size="20" name="https://cdn.ipadbiz.cn/lls_prog/icon/%E5%88%9B%E5%BB%BA%E5%AE%B6%E5%BA%AD1.png" />
<text class="ml-1">请填写家庭信息,创建您的专属家庭空间</text>
<text class="ml-1">请填写家庭信息</text>
</view>
<!-- Family Name -->
<view class="mb-6">
......@@ -45,7 +45,7 @@
<!-- District Selection -->
<view class="mb-6">
<view class="bg-white rounded-lg border border-gray-200 p-4">
<view class="block text-lg font-medium mb-4">快来挑选加入哪个区域战队</view>
<view class="block text-lg font-medium mb-4">便于家人找到家</view>
<view class="bg-white rounded-xl p-4 border border-gray-200" @click="showDistrictPicker = true">
<view class="flex justify-between items-center">
<view>
......
<!--
* @Date: 2025-08-27 17:44:53
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-09-22 10:53:14
* @LastEditTime: 2025-09-22 15:25:23
* @FilePath: /lls_program/src/pages/EditFamily/index.vue
* @Description: 文件描述
-->
......@@ -44,7 +44,7 @@
<!-- District Selection -->
<view class="mb-6">
<view class="bg-white rounded-lg border border-gray-200 p-4">
<view class="block text-lg font-medium mb-4">快来挑选加入哪个区域战队</view>
<view class="block text-lg font-medium mb-4">便于家人找到家</view>
<view class="bg-white rounded-xl p-4 border border-gray-200" @click="showDistrictPicker = true">
<view class="flex justify-between items-center">
<view>
......
......@@ -89,7 +89,7 @@
<!-- 没有打卡信息的空状态 -->
<view v-if="pageState === 'no-checkin'" class="flex-1 mx-4 mb-2 flex justify-center">
<view class="bg-white rounded-lg shadow-sm p-8 text-center max-w-sm">
<view class="rounded-lg shadow-sm p-8 text-center max-w-sm">
<view class="text-6xl mb-4">📸</view>
<view class="text-lg font-bold text-gray-800 mb-2">您还没有打卡记录</view>
<view class="text-sm text-orange-500 mb-4">完成打卡后即可生成专属海报</view>
......