This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
hly
/
gas-station-ticket-uniapp-240822
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
修改登录
v1
前端-胡立永
9 months ago
parent
a53f96100d
commit
8488acef0f
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
pages/login/login.vue
+ 6
- 0
pages/login/login.vue
View File
@ -59,6 +59,12 @@
methods
:
{
wxLogin
(
)
{
if
(
!
this
.
checkboxValue
.
length
)
{
return
uni
.
showToast
(
{
title
:
'请先同意隐私协议'
,
icon
:
'none'
}
)
}
this
.
$store
.
commit
(
'login'
)
}
,
Write
Preview
Loading…
Cancel
Save