This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
hly
/
uav-uniapp-demo-24-8-18
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
修改勾选协议bug
master
longjieli
9 months ago
parent
53fbd2ab76
commit
42d55558b0
1 changed files
with
7 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-7
pages/register/register.vue
+ 7
- 7
pages/register/register.vue
View File
@ -169,13 +169,13 @@
}
)
;
return
false
;
}
if
(
this
.
agree
.
length
<=
0
&&
this
.
agree
[
0
]
!=
'agree'
)
{
uni
.
showToast
(
{
title
:
this
.
$t
(
'page.register.tickProtocol'
)
,
icon
:
'none
'
}
)
;
return
false
;
}
/
/
i
f
(
t
h
i
s
.
a
g
r
e
e
.
l
e
n
g
t
h
<
=
0
&
&
t
h
i
s
.
a
g
r
e
e
[
0
]
!
=
'
a
g
r
e
e
'
)
{
/
/
u
n
i
.
s
h
o
w
T
o
a
s
t
(
{
/
/
t
i
t
l
e
:
t
h
i
s
.
$
t
(
'
p
a
g
e
.
r
e
g
i
s
t
e
r
.
t
i
c
k
P
r
o
t
o
c
o
l
'
)
,
/
/
i
c
o
n
:
'
n
o
n
e
'
/
/
}
)
;
/
/
r
e
t
u
r
n
f
a
l
s
e
;
/
/
}
return
true
}
,
Write
Preview
Loading…
Cancel
Save