Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
lls_program
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-09-05 21:42:31 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0dac798d21aea35244e53fd0e769b7ec041aea3d
0dac798d
1 parent
b3bf6f20
refactor(ActivitiesCover): 移除未使用的taro css导入
清理未使用的'@tarojs/taro/html.css'导入以保持代码简洁
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
src/pages/ActivitiesCover/index.vue
src/pages/ActivitiesCover/index.vue
View file @
0dac798
<!--
* @Date: 2022-09-19 14:11:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-09-0
4 22:34:52
* @LastEditTime: 2025-09-0
5 21:40:44
* @FilePath: /lls_program/src/pages/ActivitiesCover/index.vue
* @Description: 活动海报页面 - 展示活动信息并处理定位授权
-->
...
...
@@ -93,7 +93,6 @@
</template>
<script setup>
import '@tarojs/taro/html.css'
import { ref, onMounted } from "vue"
import Taro, { useLoad } from '@tarojs/taro'
import "./index.less"
...
...
Please
register
or
login
to post a comment