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
19e1e08d
Commit
19e1e08d
authored
Feb 03, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
aa1a432f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
appointment.vue
pages/appointment/appointment.vue
+2
-2
confirmAppointment.vue
pages/appointment/confirmAppointment.vue
+1
-1
No files found.
pages/appointment/appointment.vue
View file @
19e1e08d
...
...
@@ -145,7 +145,7 @@
<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
}}
可预约
</text>
<text>
{{
item
.
StudyStartDate
}}
-
{{
item
.
StudyEndDate
}}
{{
showteacher
==
0
?
'可预约'
:
''
}}
</text>
<view
class=
"item-top-o-r"
:style=
"
{'background':mainColor}">
{{
item
.
ClassName
}}
<view
class=
"item-top-san"
></view>
...
...
@@ -157,7 +157,7 @@
<view
class=
"chaochu1"
style=
"font-weight: bold;"
>
{{
item
.
CourseName
}}
</view>
<view
style=
"display: flex;flex-direction: row;align-items: center;justify-content: space-between;"
>
<view
style=
"font-size: 12px;color: #666666;"
>
{{
item
.
TeacherName
}}
</view>
<view
style=
"display: flex;flex-direction: row;align-items: flex-end;color: #DD0000;"
>
<view
style=
"display: flex;flex-direction: row;align-items: flex-end;color: #DD0000;"
v-if=
"showteacher==0"
>
<text
style=
'font-size: 16px;'
>
{{
item
.
PointNum
}}
...
...
pages/appointment/confirmAppointment.vue
View file @
19e1e08d
...
...
@@ -217,7 +217,7 @@
},
confirm
(
e
){
this
.
addMsg
.
StudyDate
=
e
.
hour
+
':'
+
e
.
minute
let
msg
=
this
.
addMsg
let
msg
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
addMsg
))
msg
.
StudyDate
=
this
.
data
.
StudyDateStr
+
' '
+
this
.
addMsg
.
StudyDate
+
':00'
this
.
request2
({
url
:
'/api/AppletPoint/GetTeacherCourseOrder'
,
...
...
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