Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
ztx_wx_gzt
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
256a8622
authored
2026-05-08 10:14:50 +0800
by
lttnew
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
须知
1 parent
d9f71c2d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
personal/addVip_per.vue
personal/addVip_per.vue
View file @
256a862
...
...
@@ -80,7 +80,7 @@
</view>
<view
class=
"fixed-agreeline"
>
<view
class=
"agreeline"
>
<checkbox-group
@
change=
"
onAgreeChang
e"
>
<checkbox-group
@
change=
"
changeAgre
e"
>
<label
class=
"agree-label"
>
<checkbox
:checked=
"agree"
color=
"#C40F18"
value=
"1"
/>
<text
class=
"agree-text"
>
我已阅读并同意
</text>
...
...
@@ -274,8 +274,8 @@ function onClickItem(e) {
}
function
changeAgree
(
item
)
{
agree
.
value
=
!
item
function
changeAgree
(
e
)
{
agree
.
value
=
e
.
detail
.
value
.
length
>
0
}
//身份证识别
...
...
@@ -502,7 +502,7 @@ function goSubmit() {
if
(
!
agree
.
value
)
{
uni
.
showToast
({
icon
:
'none'
,
title
:
'请阅
知
入会须知'
,
title
:
'请阅
读
入会须知'
,
duration
:
2000
});
return
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment