hookehuyr

fix: 更新欢迎页图片和广告页文字描述

更新欢迎页的默认图片URL
移除广告页重新进入小程序步骤中的引号
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>
...@@ -172,10 +172,10 @@ const retryLoadImage = () => { ...@@ -172,10 +172,10 @@ const retryLoadImage = () => {
172 imageLoadError.value = false; 172 imageLoadError.value = false;
173 isTimeout.value = false; 173 isTimeout.value = false;
174 showManualRefresh.value = false; 174 showManualRefresh.value = false;
175 - 175 +
176 // 开始超时检测 176 // 开始超时检测
177 startLoadingTimeout(); 177 startLoadingTimeout();
178 - 178 +
179 // 重新获取广告配置 179 // 重新获取广告配置
180 fetchAdConfig(); 180 fetchAdConfig();
181 }; 181 };
......
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({});
......