Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
524cc4e6
authored
2023-06-14 09:26:36 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:高拍仪
1 parent
41588b3d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
3 deletions
src/views/components/imagePreview.vue
src/views/components/imagePreview.vue
View file @
524cc4e
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-06-1
2 15:18:07
* @LastEditTime: 2023-06-1
4 09:25:12
-->
<
template
>
<div
class=
"rlPopup"
>
...
...
@@ -109,8 +109,18 @@
* @author: renchao
*/
handleOpenScan
()
{
this
.
isScan
=
true
this
.
scanTitle
=
'关闭高拍仪'
this
.
isScan
=
!
this
.
isScan
if
(
this
.
isScan
)
{
this
.
$message
({
message
:
'正在启动程序请稍等'
,
type
:
'success'
})
setTimeout
(()
=>
{
this
.
scanTitle
=
'关闭高拍仪'
},
4000
)
}
else
{
this
.
scanTitle
=
'打开高拍仪'
}
},
/**
* @description: 拍照
...
...
Please
register
or
sign in
to post a comment