Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
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
zhengke
jz_Travel
Commits
119ad12a
Commit
119ad12a
authored
Oct 14, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
5408aa75
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
9 deletions
+6
-9
jz_Reserve.vue
pages/jiuzhai/jz_Reserve.vue
+6
-9
No files found.
pages/jiuzhai/jz_Reserve.vue
View file @
119ad12a
...
...
@@ -249,7 +249,7 @@
}
.jz_GuestList
.form-items
:last-child
{
margin-bottom
:
0
;
padding-bottom
:
6
rpx
;
padding-bottom
:
0
;
}
.jz_TextArea
{
height
:
50px
;
...
...
@@ -340,19 +340,16 @@
/>
</view>
</view>
<view
class=
"form-items"
>
<view
class=
"form-items"
style=
"margin-top:-5px;"
>
<view
class=
"label"
>
学生
</view>
<view
class=
"val"
style=
"margin-top: -20rpx"
>
<!--
<u-checkbox-group>
<u-checkbox
v-model=
"subItem.IsHightSchool"
></u-checkbox>
</u-checkbox-group>
-->
<checkbox-group
@
change=
"changecheckbox($event, subIndex, subItem)"
>
<view
class=
"val"
>
<!--
<checkbox-group
@
change=
"changecheckbox($event, subIndex, subItem)"
>
<checkbox
:value=
"subItem.IsHightSchool"
:checked=
"subItem.IsHightSchool"
/>
</checkbox-group>
</checkbox-group>
-->
<u-switch
v-model=
"subItem.IsHightSchool"
size=
"30"
active-value=
"1"
inactive-value=
"2"
></u-switch>
</view>
</view>
</view>
...
...
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