Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
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
mallapp
Commits
324a6567
Commit
324a6567
authored
Feb 05, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
f9ba7408
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
appointment.vue
pages/appointment/appointment.vue
+2
-1
No files found.
pages/appointment/appointment.vue
View file @
324a6567
...
...
@@ -145,7 +145,8 @@
<view
class=
"subscribe-item"
v-for=
"(item,index) in subscribeList"
:key=
'index'
:style=
"
{'margin-bottom':subscribeList.length==index+1?'20px':'0'}">
<view
class=
"item-top"
>
<view
class=
"item-top-o"
>
<text>
{{
item
.
StudyStartDate
}}
-
{{
item
.
StudyEndDate
}}
{{
showteacher
==
0
?
'可预约'
:
''
}}
</text>
<text
v-if=
'item.IsFree==0'
>
{{
item
.
StudyStartDate
}}
-
{{
item
.
StudyEndDate
}}
{{
showteacher
==
0
?
'可预约'
:
''
}}
</text>
<text
v-if=
'item.IsFree==1'
>
{{
item
.
StudyStartDate
}}{{
showteacher
==
0
?
'预约'
:
''
}}
</text>
<view
class=
"item-top-o-r"
:style=
"
{'background':mainColor}">
{{
item
.
ClassName
}}
<view
class=
"item-top-san"
></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