Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
T
tabulator-another-web
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
tabulator-another-web
Commits
371604ae
Commit
371604ae
authored
Jun 03, 2025
by
xiaoye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update pics.vue
parent
9e9d1dc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
src/pages/pics.vue
src/pages/pics.vue
+8
-3
No files found.
src/pages/pics.vue
View file @
371604ae
...
...
@@ -51,17 +51,21 @@
main
:
[]
as
Array
<
number
>
,
side
:
[]
as
Array
<
number
>
,
blob
:
undefined
as
Blob
|
undefined
,
init
:
(
i
:
{
init
:
async
(
i
:
{
participant
:
Participant
,
main
:
Array
<
number
>
,
side
:
Array
<
number
>
,
blob
:
Blob
,
})
:
void
=>
{
})
:
Promise
<
void
>
=>
{
if
(
deck
.
chk
)
return
;
const
participant
=
i
.
participant
??
undefined
;
if
(
participant
&&
deck
.
participant
==
participant
)
{
deck
.
off
();
return
return
;
}
if
(
deck
.
participant
)
{
deck
.
participant
=
undefined
;
await
(
new
Promise
(
resolve
=>
setTimeout
(
resolve
,
500
)));
}
deck
.
main
=
i
.
main
;
deck
.
side
=
i
.
side
;
...
...
@@ -104,6 +108,7 @@
});
</
script
>
<
style
scoped
lang =
'scss'
>
@import
'../style/transition.scss'
;
.button
{
border
:
1px
solid
#409eff
;
display
:
flex
;
...
...
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