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
41552a99
Commit
41552a99
authored
Feb 04, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
9755ce78
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
4 deletions
+1
-4
appointment.vue
pages/appointment/appointment.vue
+0
-2
zzx-calendar.vue
pages/appointment/components/zzx-calendar/zzx-calendar.vue
+0
-1
confirmAppointment.vue
pages/appointment/confirmAppointment.vue
+1
-1
No files found.
pages/appointment/appointment.vue
View file @
41552a99
...
...
@@ -434,7 +434,6 @@ import tabbars from '@/components/tabbar/index';
this
.
totalData
.
forEach
(
x
=>
{
let
time
=
x
.
DateYear
+
'-'
+
x
.
DateMonth
+
'-'
+
x
.
DateDay
if
(
this
.
fullDate
==
time
){
this
.
subscribeList
=
x
.
PlanList
}
if
(
x
.
haveCourseCount
>
0
){
...
...
@@ -444,7 +443,6 @@ import tabbars from '@/components/tabbar/index';
this
.
dotList
.
push
(
obj
)
}
})
console
.
log
(
this
.
dotList
)
}
);
},
...
...
pages/appointment/components/zzx-calendar/zzx-calendar.vue
View file @
41552a99
...
...
@@ -125,7 +125,6 @@
},
watch
:{
dotList
:
function
(
newvalue
){
console
.
log
(
newvalue
,
'newvalue'
)
const
days
=
this
.
days
.
slice
(
0
);
newvalue
.
forEach
(
item
=>
{
const
index
=
days
.
findIndex
(
ditem
=>
ditem
.
fullDate
===
item
.
date
);
...
...
pages/appointment/confirmAppointment.vue
View file @
41552a99
...
...
@@ -258,7 +258,7 @@
},
res
=>
{
uni
.
showToast
({
title
:
res
.
message
,
title
:
'预约成功'
,
icon
:
'none'
})
uni
.
redirectTo
({
//下单成功跳入订单列表
...
...
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