hookehuyr

refactor(ActivitiesCover): 移除未使用的taro css导入

清理未使用的'@tarojs/taro/html.css'导入以保持代码简洁
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-04 22:34:52 4 + * @LastEditTime: 2025-09-05 21:40:44
5 * @FilePath: /lls_program/src/pages/ActivitiesCover/index.vue 5 * @FilePath: /lls_program/src/pages/ActivitiesCover/index.vue
6 * @Description: 活动海报页面 - 展示活动信息并处理定位授权 6 * @Description: 活动海报页面 - 展示活动信息并处理定位授权
7 --> 7 -->
...@@ -93,7 +93,6 @@ ...@@ -93,7 +93,6 @@
93 </template> 93 </template>
94 94
95 <script setup> 95 <script setup>
96 -import '@tarojs/taro/html.css'
97 import { ref, onMounted } from "vue" 96 import { ref, onMounted } from "vue"
98 import Taro, { useLoad } from '@tarojs/taro' 97 import Taro, { useLoad } from '@tarojs/taro'
99 import "./index.less" 98 import "./index.less"
......