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-08-29 10:32:18 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f1f0ee785079abcfbd51cfabd96ef239be8ef047
f1f0ee78
1 parent
4c555f29
refactor(ActivitiesCover): 移除分享和保存弹窗的标题属性及注释代码
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
4 deletions
src/pages/ActivitiesCover/index.vue
src/pages/ActivitiesCover/index.vue
View file @
f1f0ee7
<!--
* @Date: 2022-09-19 14:11:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-08-29 10:
21:27
* @LastEditTime: 2025-08-29 10:
31:14
* @FilePath: /lls_program/src/pages/ActivitiesCover/index.vue
* @Description: 活动海报页面 - 展示活动信息并处理定位授权
-->
...
...
@@ -87,7 +87,6 @@
@choose="onSelectShare"
@cancel="onCancelShare"
cancel-txt="取消"
title="立即分享"
/>
<!-- 海报预览弹窗 -->
...
...
@@ -119,7 +118,6 @@
@choose="onSelectSave"
@cancel="onCancelSave"
cancel-txt="取消"
title="操作选项"
/>
</view>
</template>
...
...
@@ -153,7 +151,6 @@ const avatar = ref('https://cdn.ipadbiz.cn/icon/tou@2x.png') // 用户头像
// 分享选项
const share_options = [
// { name: '微信' },
{ name: '海报' },
]
...
...
Please
register
or
login
to post a comment