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
2dd615bf
Commit
2dd615bf
authored
Feb 04, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
1eeb1fa4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
appointment.vue
pages/appointment/appointment.vue
+3
-0
appointmentList.vue
pages/appointment/appointmentList.vue
+1
-1
No files found.
pages/appointment/appointment.vue
View file @
2dd615bf
...
...
@@ -262,6 +262,7 @@ import tabbars from '@/components/tabbar/index';
if
(
options
&&
options
.
CourseClassId
){
this
.
msg
.
CourseClassId
=
options
.
CourseClassId
this
.
current
=
1
this
.
showtabbars
=
false
}
if
(
options
&&
options
.
showtabbars
){
//判断是否显示标题栏
if
(
options
.
showtabbars
==
1
){
...
...
@@ -271,6 +272,8 @@ import tabbars from '@/components/tabbar/index';
if
(
options
&&
options
.
teacher
){
//判断是否个人老师进入页面
this
.
showteacher
=
options
.
teacher
;
this
.
list
=
[{
name
:
'综合排序'
},
{
name
:
'课程'
}]
this
.
showtabbars
=
false
this
.
pageTitle
=
'排课'
}
// this.msg.SelectStartTime = formatDate(new Date(), 'yyyy-MM-dd'),
// this.msg.SelectEndTime = formatDate(new Date(), 'yyyy-MM-dd'),
...
...
pages/appointment/appointmentList.vue
View file @
2dd615bf
...
...
@@ -92,7 +92,7 @@
},
goappointment
(
item
){
uni
.
navigateTo
({
url
:
'/pages/appointment/appointment?CourseClassId='
+
item
.
ID
+
'&showtabbars=1'
url
:
'/pages/appointment/appointment?CourseClassId='
+
item
.
ID
});
}
...
...
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