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
b3143908
Commit
b3143908
authored
Jun 18, 2024
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
微信登录
parent
8eb954cc
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
6 deletions
+5
-6
Login.vue
src/views/Auth/Login.vue
+1
-2
wechatLogin.vue
src/views/Auth/components/wechatLogin.vue
+1
-1
Index.vue
src/views/Market/Index.vue
+1
-1
Setting.vue
src/views/UserCenter/Setting.vue
+2
-2
No files found.
src/views/Auth/Login.vue
View file @
b3143908
...
...
@@ -267,7 +267,7 @@ const verifyCheckHandler = async ()=>{
needVerify
.
value
=
response
.
data
.
data
==
1
}
else
needVerify
.
value
=
true
}
//
verifyCheckHandler()
verifyCheckHandler
()
</
script
>
<
style
lang=
"scss"
>
.login-box
{
...
...
@@ -356,7 +356,6 @@ const verifyCheckHandler = async ()=>{
}
.login-formCenter
{
width
:
480px
;
height
:
531px
;
border
:
1px
solid
#ccc
;
border-radius
:
4px
;
position
:
relative
;
...
...
src/views/Auth/components/wechatLogin.vue
View file @
b3143908
<
template
>
<div
class=
"wechatLoginForm text-center q-mt-lg"
v-loading=
"qrLoading"
>
<img
:src=
"qrCode"
style=
"width: 1
59px;height: 159
px;border: 1px solid #EBEBEB;border-radius: 8px;"
v-if=
"!qrLoading"
></img>
<img
:src=
"qrCode"
style=
"width: 1
64px;height: 164
px;border: 1px solid #EBEBEB;border-radius: 8px;"
v-if=
"!qrLoading"
></img>
<QRCode
value=
"http://www.viitto.com"
style=
"width: 159px;height: 159px;border: 1px solid #EBEBEB;"
v-if=
"qrLoading"
></QRCode>
</div>
</
template
>
...
...
src/views/Market/Index.vue
View file @
b3143908
...
...
@@ -226,7 +226,7 @@
<!-- vip购买提示 -->
<vipFooter
v-if=
"!userInfo.iv&&!userInfo.it&&!userInfo.OpenPrompt"
@
close=
"closeVip"
></vipFooter>
<!-- 到顶部 -->
<BackTop
:scrollTop=
"marketRef&&marketRef.scrollTop>=0?marketRef.scrollTop:0"
@
BackTop=
"goBackTop"
></BackTop>
<BackTop
v-if=
"dataList.length>0"
:scrollTop=
"marketRef&&marketRef.scrollTop>=0?marketRef.scrollTop:0"
@
BackTop=
"goBackTop"
></BackTop>
</template>
<
script
setup
lang=
"ts"
>
...
...
src/views/UserCenter/Setting.vue
View file @
b3143908
...
...
@@ -248,7 +248,7 @@ const bindHandler = async () =>{
if
(
dialogType
.
value
==
3
)
response
=
await
UserServices
.
ModifyUserPhoto
(
userInfo
.
value
.
photo
)
if
(
dialogType
.
value
==
4
)
{
ElMessageBox
.
confirm
(
`确
认
编辑后将无法更改,请谨慎!`
,
`确
定
编辑后将无法更改,请谨慎!`
,
'提示'
,
{
confirmButtonText
:
'确定'
,
...
...
@@ -283,7 +283,7 @@ const getResponse = async (response:any) => {
return
}
ElMessage
.
error
({
message
:
response
.
data
.
message
})
invisibleHcaptchaBind
.
value
?.
reset
()
//
invisibleHcaptchaBind.value?.reset()
validateToken
.
value
=
''
loadingImg
.
value
=
false
}
...
...
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