Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pptist
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
viitto
pptist
Commits
e8fdafcb
Commit
e8fdafcb
authored
Jun 21, 2024
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解锁
parent
623468c1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
52 additions
and
0 deletions
+52
-0
Unlock.png
src/assets/img/Unlock.png
+0
-0
adHeader.png
src/assets/img/adHeader.png
+0
-0
adHeader.vue
src/components/home/adHeader.vue
+52
-0
No files found.
src/assets/img/Unlock.png
0 → 100644
View file @
e8fdafcb
4.63 KB
src/assets/img/adHeader.png
0 → 100644
View file @
e8fdafcb
223 KB
src/components/home/adHeader.vue
0 → 100644
View file @
e8fdafcb
<
template
>
<div>
<img
src=
"../../assets/img/adHeader.png"
style=
"width: 100%;"
@
click=
"goVipIntroduce"
/>
<span
class=
"close-btn cursor-pointer column items-center flex-center"
@
click
.
stop=
"Off"
><IconClose
:size=
"16"
></IconClose></span>
</div>
</
template
>
<
script
setup
lang=
"ts"
>
import
{
useRouter
}
from
"vue-router"
;
const
router
=
useRouter
();
const
props
=
defineProps
({
DetaTem
:{
type
:
Boolean
,
default
:
false
,
},
Details
:{
type
:
Object
,
default
:
{},
}
})
const
emit
=
defineEmits
<
{
(
event
:
'close'
):
void
,
(
event
:
'scanCode'
):
void
,
}
>
()
const
Off
=
()
=>
{
emit
(
'close'
)
}
const
goVipIntroduce
=
()
=>
{
console
.
log
(
'-----'
)
emit
(
'scanCode'
)
}
</
script
>
<
style
lang=
"scss"
scoped
>
.close-btn
{
position
:
absolute
;
bottom
:
1vw
;
right
:
2vw
;
width
:
1
.77vw
;
height
:
1
.77vw
;
/* border:2px solid #fff; */
text-align
:
center
;
color
:
#fff
;
border-radius
:
50%
;
z-index
:
3
;
}
.close-btn
:hover
{
/* border:2px solid #fff; */
color
:
#fff
;
}
</
style
>
\ No newline at end of file
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