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
d6468af0
Commit
d6468af0
authored
Feb 04, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
583edb5f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
appointment.vue
pages/appointment/appointment.vue
+4
-2
studentAppointmentInfo.vue
pages/appointment/personal/studentAppointmentInfo.vue
+1
-1
No files found.
pages/appointment/appointment.vue
View file @
d6468af0
...
@@ -175,8 +175,10 @@
...
@@ -175,8 +175,10 @@
<view
style=
"font-size: 11px;color: #1B1D1E;"
>
<view
style=
"font-size: 11px;color: #1B1D1E;"
>
课时时长
{{
item
.
StudyDuration
}}{{
item
.
DurationUnitName
}}
(至少约课
{{
item
.
MinDuration
}}{{
item
.
DurationUnitName
}}
)
课时时长
{{
item
.
StudyDuration
}}{{
item
.
DurationUnitName
}}
(至少约课
{{
item
.
MinDuration
}}{{
item
.
DurationUnitName
}}
)
</view>
</view>
<view
class=
"yuyue"
v-if=
"item.IsHaveCourse==0"
@
click=
"goconfirm(item)"
>
预约
</view>
<view
class=
"yuyue"
v-if=
"item.IsHaveCourse==0 && item.IsSubscribe==1"
@
click=
"goconfirm(item)"
>
预约
</view>
<view
class=
"yuyue"
style=
"background: #FFFFFF;color: #40766E;border: 1px solid #40766E;"
v-if=
"item.IsHaveCourse>0"
>
已预约
</view>
<view
class=
"yuyue"
style=
"background: #FFFFFF;color: #40766E;border: 1px solid #40766E;"
v-if=
"item.IsHaveCourse>0 && item.IsSubscribe==1"
>
已预约
</view>
<view
class=
"yuyue"
style=
"background: rgba(64, 118, 110, 0.5);color: #FFF;"
v-if=
"item.IsHaveCourse==0 && item.IsSubscribe==0"
>
预约
</view>
<view
class=
"yuyue"
style=
"background: rgba(64, 118, 110, 0.5);color: #FFF;"
v-if=
"item.IsHaveCourse==1 && item.IsSubscribe==0"
>
已学习
</view>
</view>
</view>
<view
class=
"item-b"
v-if=
"showteacher==1"
>
<view
class=
"item-b"
v-if=
"showteacher==1"
>
...
...
pages/appointment/personal/studentAppointmentInfo.vue
View file @
d6468af0
...
@@ -91,7 +91,7 @@
...
@@ -91,7 +91,7 @@
</view>
</view>
<view
class=
"stuinfo_List"
>
<view
class=
"stuinfo_List"
>
<view
class=
"stuinfo_Title"
>
课程时长
</view>
<view
class=
"stuinfo_Title"
>
课程时长
</view>
<view
class=
"stuinfo_Title stuinfo_RightCon"
>
{{
dataList
.
StudyDuration
}}{{
dataList
.
DurationUnit
}}
</view>
<view
class=
"stuinfo_Title stuinfo_RightCon"
>
{{
dataList
.
StudyDuration
}}{{
dataList
.
DurationUnit
Name
}}
</view>
</view>
</view>
<view
class=
"stuinfo_List"
>
<view
class=
"stuinfo_List"
>
<view
class=
"stuinfo_Title"
>
课程类型
</view>
<view
class=
"stuinfo_Title"
>
课程类型
</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