Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
飞
飞鹤小程序
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
FH
飞鹤小程序
Commits
75d1e6eb
Commit
75d1e6eb
authored
Oct 29, 2025
by
王炽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
6666
parent
441975be
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
GongzhonghaoPop.vue
components/renwu/GongzhonghaoPop.vue
+3
-2
index.vue
pages/index/index.vue
+1
-1
No files found.
components/renwu/GongzhonghaoPop.vue
View file @
75d1e6eb
<
template
>
<view
class=
"gongzhonghao_pop_overlay"
v-if=
"visible"
@
click=
"handleClose"
>
<view
class=
"gongzhonghao_pop_container"
@
click
.
stop
>
<view
class=
"gongzhonghao_pop_overlay"
v-if=
"visible"
>
<view
class=
"gongzhonghao_pop_container"
>
<!-- 弹窗头部 -->
<view
class=
"pop_header"
>
<text
class=
"pop_title"
>
{{
props
.
title
}}
</text>
...
...
@@ -19,6 +19,7 @@
class=
"qr_code_img"
:src=
"props.qrCodeUrl"
mode=
"aspectFit"
:show-menu-by-longpress=
"true"
/>
</view>
...
...
pages/index/index.vue
View file @
75d1e6eb
...
...
@@ -358,7 +358,7 @@ const handleTaskClick = async (data) => {
});
return
;
}
data
.
task
.
taskTodoExtra
.
type
=
'FollowWx'
taskId
.
value
=
0
;
switch
(
data
.
task
.
taskTodoExtra
.
type
)
{
case
'Perfect'
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment