Showing
6 changed files
with
15 additions
and
15 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2025-03-21 16:52:39 | 2 | * @Date: 2025-03-21 16:52:39 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2025-03-21 16:56:29 | 4 | + * @LastEditTime: 2025-05-16 17:41:13 |
| 5 | * @FilePath: /mlaj/src/components/ui/TermsPopup.vue | 5 | * @FilePath: /mlaj/src/components/ui/TermsPopup.vue |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| ... | @@ -20,10 +20,10 @@ | ... | @@ -20,10 +20,10 @@ |
| 20 | 20 | ||
| 21 | <div class="flex-1 overflow-y-auto p-4 pt-0"> | 21 | <div class="flex-1 overflow-y-auto p-4 pt-0"> |
| 22 | <div v-if="type === 'terms'" class="space-y-4 text-gray-600"> | 22 | <div v-if="type === 'terms'" class="space-y-4 text-gray-600"> |
| 23 | - <p>欢迎使用亲子学院!在使用我们的服务之前,请仔细阅读以下用户协议。</p> | 23 | + <p>欢迎使用美乐爱觉教育!在使用我们的服务之前,请仔细阅读以下用户协议。</p> |
| 24 | 24 | ||
| 25 | <h5 class="font-medium text-gray-800">1. 服务内容</h5> | 25 | <h5 class="font-medium text-gray-800">1. 服务内容</h5> |
| 26 | - <p>亲子学院为用户提供在线教育、活动报名等服务。我们保留随时修改或中断服务的权利,而无需事先通知用户。</p> | 26 | + <p>美乐爱觉教育为用户提供在线教育、活动报名等服务。我们保留随时修改或中断服务的权利,而无需事先通知用户。</p> |
| 27 | 27 | ||
| 28 | <h5 class="font-medium text-gray-800">2. 用户责任</h5> | 28 | <h5 class="font-medium text-gray-800">2. 用户责任</h5> |
| 29 | <p>用户在使用本服务时必须遵守所有适用的法律法规。用户承诺提供真实、准确、完整的个人信息。</p> | 29 | <p>用户在使用本服务时必须遵守所有适用的法律法规。用户承诺提供真实、准确、完整的个人信息。</p> |
| ... | @@ -34,7 +34,7 @@ | ... | @@ -34,7 +34,7 @@ |
| 34 | <h5 class="font-medium text-gray-800">4. 免责声明</h5> | 34 | <h5 class="font-medium text-gray-800">4. 免责声明</h5> |
| 35 | <p>对于因不可抗力或非本平台原因造成的服务中断或其他缺陷,本平台不承担任何责任。</p> | 35 | <p>对于因不可抗力或非本平台原因造成的服务中断或其他缺陷,本平台不承担任何责任。</p> |
| 36 | <h5 class="font-medium text-gray-800">1. 服务内容</h5> | 36 | <h5 class="font-medium text-gray-800">1. 服务内容</h5> |
| 37 | - <p>亲子学院为用户提供在线教育、活动报名等服务。我们保留随时修改或中断服务的权利,而无需事先通知用户。</p> | 37 | + <p>美乐爱觉教育为用户提供在线教育、活动报名等服务。我们保留随时修改或中断服务的权利,而无需事先通知用户。</p> |
| 38 | 38 | ||
| 39 | <h5 class="font-medium text-gray-800">2. 用户责任</h5> | 39 | <h5 class="font-medium text-gray-800">2. 用户责任</h5> |
| 40 | <p>用户在使用本服务时必须遵守所有适用的法律法规。用户承诺提供真实、准确、完整的个人信息。</p> | 40 | <p>用户在使用本服务时必须遵守所有适用的法律法规。用户承诺提供真实、准确、完整的个人信息。</p> | ... | ... |
| ... | @@ -11,12 +11,12 @@ | ... | @@ -11,12 +11,12 @@ |
| 11 | <slot name="header-right"></slot> | 11 | <slot name="header-right"></slot> |
| 12 | </div> | 12 | </div> |
| 13 | </header> | 13 | </header> |
| 14 | - | 14 | + |
| 15 | <!-- Main Content --> | 15 | <!-- Main Content --> |
| 16 | <main class="app-content" :class="{ 'has-bottom-nav': showBottomNav }"> | 16 | <main class="app-content" :class="{ 'has-bottom-nav': showBottomNav }"> |
| 17 | <slot></slot> | 17 | <slot></slot> |
| 18 | </main> | 18 | </main> |
| 19 | - | 19 | + |
| 20 | <!-- Bottom Navigation --> | 20 | <!-- Bottom Navigation --> |
| 21 | <van-tabbar v-if="showBottomNav" route safe-area-inset-bottom> | 21 | <van-tabbar v-if="showBottomNav" route safe-area-inset-bottom> |
| 22 | <van-tabbar-item to="/home" icon="home-o">首页</van-tabbar-item> | 22 | <van-tabbar-item to="/home" icon="home-o">首页</van-tabbar-item> |
| ... | @@ -37,7 +37,7 @@ export default { | ... | @@ -37,7 +37,7 @@ export default { |
| 37 | props: { | 37 | props: { |
| 38 | title: { | 38 | title: { |
| 39 | type: String, | 39 | type: String, |
| 40 | - default: '亲子学院' | 40 | + default: '美乐爱觉教育' |
| 41 | }, | 41 | }, |
| 42 | showBack: { | 42 | showBack: { |
| 43 | type: Boolean, | 43 | type: Boolean, |
| ... | @@ -51,7 +51,7 @@ export default { | ... | @@ -51,7 +51,7 @@ export default { |
| 51 | setup(props) { | 51 | setup(props) { |
| 52 | const router = useRouter() | 52 | const router = useRouter() |
| 53 | const route = useRoute() | 53 | const route = useRoute() |
| 54 | - | 54 | + |
| 55 | const goBack = () => { | 55 | const goBack = () => { |
| 56 | if (window.history.length > 1) { | 56 | if (window.history.length > 1) { |
| 57 | router.back() | 57 | router.back() |
| ... | @@ -59,7 +59,7 @@ export default { | ... | @@ -59,7 +59,7 @@ export default { |
| 59 | router.push('/') | 59 | router.push('/') |
| 60 | } | 60 | } |
| 61 | } | 61 | } |
| 62 | - | 62 | + |
| 63 | return { | 63 | return { |
| 64 | goBack | 64 | goBack |
| 65 | } | 65 | } |
| ... | @@ -119,4 +119,4 @@ export default { | ... | @@ -119,4 +119,4 @@ export default { |
| 119 | .app-content.has-bottom-nav { | 119 | .app-content.has-bottom-nav { |
| 120 | padding-bottom: 50px; | 120 | padding-bottom: 50px; |
| 121 | } | 121 | } |
| 122 | -</style> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 122 | +</style> | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2025-03-20 19:55:21 | 2 | * @Date: 2025-03-20 19:55:21 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2025-05-15 11:56:30 | 4 | + * @LastEditTime: 2025-05-16 17:40:55 |
| 5 | * @FilePath: /mlaj/src/views/HomePage.vue | 5 | * @FilePath: /mlaj/src/views/HomePage.vue |
| 6 | - * @Description: 亲子学院首页组件 | 6 | + * @Description: 美乐爱觉教育首页组件 |
| 7 | * | 7 | * |
| 8 | * 主要功能模块: | 8 | * 主要功能模块: |
| 9 | * 1. 用户欢迎区:显示用户信息和每日打卡 | 9 | * 1. 用户欢迎区:显示用户信息和每日打卡 | ... | ... |
| 1 | <template> | 1 | <template> |
| 2 | <div class="min-h-screen flex flex-col bg-gradient-to-br from-green-50 via-teal-50 to-blue-50 py-12 px-4 sm:px-6 lg:px-8"> | 2 | <div class="min-h-screen flex flex-col bg-gradient-to-br from-green-50 via-teal-50 to-blue-50 py-12 px-4 sm:px-6 lg:px-8"> |
| 3 | <div class="sm:mx-auto sm:w-full sm:max-w-md"> | 3 | <div class="sm:mx-auto sm:w-full sm:max-w-md"> |
| 4 | - <h1 class="text-center text-3xl font-bold text-gray-800 mb-2">亲子学院</h1> | 4 | + <h1 class="text-center text-3xl font-bold text-gray-800 mb-2">美乐爱觉教育</h1> |
| 5 | <h2 class="text-center text-xl font-medium text-gray-600">重置密码</h2> | 5 | <h2 class="text-center text-xl font-medium text-gray-600">重置密码</h2> |
| 6 | </div> | 6 | </div> |
| 7 | 7 | ... | ... |
| ... | @@ -3,7 +3,7 @@ | ... | @@ -3,7 +3,7 @@ |
| 3 | class="min-h-screen flex flex-col bg-gradient-to-br from-green-50 via-teal-50 to-blue-50 py-12 px-4 sm:px-6 lg:px-8" | 3 | class="min-h-screen flex flex-col bg-gradient-to-br from-green-50 via-teal-50 to-blue-50 py-12 px-4 sm:px-6 lg:px-8" |
| 4 | > | 4 | > |
| 5 | <div class="sm:mx-auto sm:w-full sm:max-w-md"> | 5 | <div class="sm:mx-auto sm:w-full sm:max-w-md"> |
| 6 | - <h1 class="text-center text-3xl font-bold text-gray-800 mb-2">亲子学院</h1> | 6 | + <h1 class="text-center text-3xl font-bold text-gray-800 mb-2">美乐爱觉教育</h1> |
| 7 | <h2 class="text-center text-xl font-medium text-gray-600">欢迎回来</h2> | 7 | <h2 class="text-center text-xl font-medium text-gray-600">欢迎回来</h2> |
| 8 | </div> | 8 | </div> |
| 9 | 9 | ... | ... |
| 1 | <template> | 1 | <template> |
| 2 | <div class="min-h-screen flex flex-col bg-gradient-to-br from-green-50 via-teal-50 to-blue-50 py-12 px-4 sm:px-6 lg:px-8"> | 2 | <div class="min-h-screen flex flex-col bg-gradient-to-br from-green-50 via-teal-50 to-blue-50 py-12 px-4 sm:px-6 lg:px-8"> |
| 3 | <div class="sm:mx-auto sm:w-full sm:max-w-md"> | 3 | <div class="sm:mx-auto sm:w-full sm:max-w-md"> |
| 4 | - <h1 class="text-center text-3xl font-bold text-gray-800 mb-2">亲子学院</h1> | 4 | + <h1 class="text-center text-3xl font-bold text-gray-800 mb-2">美乐爱觉教育</h1> |
| 5 | <h2 class="text-center text-xl font-medium text-gray-600">创建账号</h2> | 5 | <h2 class="text-center text-xl font-medium text-gray-600">创建账号</h2> |
| 6 | </div> | 6 | </div> |
| 7 | 7 | ... | ... |
-
Please register or login to post a comment