Showing
2 changed files
with
4 additions
and
4 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2022-09-19 14:11:06 | 2 | * @Date: 2022-09-19 14:11:06 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2025-09-26 08:14:03 | 4 | + * @LastEditTime: 2025-09-26 17:20:49 |
| 5 | * @FilePath: /lls_program/src/pages/AdPage/index.vue | 5 | * @FilePath: /lls_program/src/pages/AdPage/index.vue |
| 6 | * @Description: 广告页面 | 6 | * @Description: 广告页面 |
| 7 | --> | 7 | --> |
| ... | @@ -28,7 +28,7 @@ | ... | @@ -28,7 +28,7 @@ |
| 28 | <view class="refresh-subtitle">请检查网络连接后重新进入小程序</view> | 28 | <view class="refresh-subtitle">请检查网络连接后重新进入小程序</view> |
| 29 | <view class="refresh-steps"> | 29 | <view class="refresh-steps"> |
| 30 | <view class="step-item">1. 点击右上角 ⋯ 菜单</view> | 30 | <view class="step-item">1. 点击右上角 ⋯ 菜单</view> |
| 31 | - <view class="step-item">2. 选择"重新进入小程序"</view> | 31 | + <view class="step-item">2. 选择重新进入小程序</view> |
| 32 | </view> | 32 | </view> |
| 33 | </view> | 33 | </view> |
| 34 | </view> | 34 | </view> | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2025-08-27 17:43:45 | 2 | * @Date: 2025-08-27 17:43:45 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2025-09-26 10:58:50 | 4 | + * @LastEditTime: 2025-09-26 17:27:40 |
| 5 | * @FilePath: /lls_program/src/pages/Welcome/index.vue | 5 | * @FilePath: /lls_program/src/pages/Welcome/index.vue |
| 6 | * @Description: 欢迎页 | 6 | * @Description: 欢迎页 |
| 7 | --> | 7 | --> |
| ... | @@ -153,7 +153,7 @@ import { getUserProfileAPI } from '@/api/user'; | ... | @@ -153,7 +153,7 @@ import { getUserProfileAPI } from '@/api/user'; |
| 153 | // 导入主题颜色 | 153 | // 导入主题颜色 |
| 154 | import { THEME_COLORS } from '@/utils/config'; | 154 | import { THEME_COLORS } from '@/utils/config'; |
| 155 | 155 | ||
| 156 | -const welcomeHomeImg = 'https://cdn.ipadbiz.cn/lls_prog/images/welcome_home_1.png?imageMogr2/strip/quality/60'; | 156 | +const welcomeHomeImg = 'https://cdn.ipadbiz.cn/lls_prog/images/iwEcAqNqcGcDAQTRCAAF0QSABrA-9ERC3jG0pwiy88rQQ3IAB9IIwZFkCAAJomltCgAL0gADu3A.jpg'; |
| 157 | 157 | ||
| 158 | const userAge = ref(null); | 158 | const userAge = ref(null); |
| 159 | const userInfo = ref({}); | 159 | const userInfo = ref({}); | ... | ... |
-
Please register or login to post a comment