Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
ebb19cfe
authored
Nov 19, 2023
by
YunaiV
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://gitee.com/yudaocode/yudao-ui-admin-vue3
into dev
parents
b1f5ad55
9d7c578d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
+1
-2
src/components/Verifition/src/Verify/VerifySlide.vue
+1
-1
src/views/Profile/components/UserSocial.vue
+0
-1
No files found.
src/components/Verifition/src/Verify/VerifySlide.vue
View file @
ebb19cfe
...
@@ -277,7 +277,7 @@ const end = () => {
...
@@ -277,7 +277,7 @@ const end = () => {
endMovetime
.
value
=
+
new
Date
()
endMovetime
.
value
=
+
new
Date
()
//判断是否重合
//判断是否重合
if
(
status
.
value
&&
isEnd
.
value
==
false
)
{
if
(
status
.
value
&&
isEnd
.
value
==
false
)
{
var
moveLeftDistance
=
parseInt
((
moveBlockLeft
.
value
||
''
).
replace
(
'px'
,
''
))
var
moveLeftDistance
=
parseInt
((
moveBlockLeft
.
value
||
'
0
'
).
replace
(
'px'
,
''
))
moveLeftDistance
=
(
moveLeftDistance
*
310
)
/
parseInt
(
setSize
.
imgWidth
)
moveLeftDistance
=
(
moveLeftDistance
*
310
)
/
parseInt
(
setSize
.
imgWidth
)
let
data
=
{
let
data
=
{
captchaType
:
captchaType
.
value
,
captchaType
:
captchaType
.
value
,
...
...
src/views/Profile/components/UserSocial.vue
View file @
ebb19cfe
...
@@ -66,7 +66,6 @@ const bindSocial = () => {
...
@@ -66,7 +66,6 @@ const bindSocial = () => {
socialBind
(
type
,
code
,
state
).
then
(()
=>
{
socialBind
(
type
,
code
,
state
).
then
(()
=>
{
message
.
success
(
'绑定成功'
)
message
.
success
(
'绑定成功'
)
emit
(
'update:activeName'
,
'userSocial'
)
emit
(
'update:activeName'
,
'userSocial'
)
initSocial
()
})
})
}
}
...
...
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