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
e89fc762
Commit
e89fc762
authored
Feb 05, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
324a6567
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
appointment.vue
pages/appointment/appointment.vue
+1
-1
confirmAppointment.vue
pages/appointment/confirmAppointment.vue
+4
-4
No files found.
pages/appointment/appointment.vue
View file @
e89fc762
...
...
@@ -146,7 +146,7 @@
<view
class=
"item-top"
>
<view
class=
"item-top-o"
>
<text
v-if=
'item.IsFree==0'
>
{{
item
.
StudyStartDate
}}
-
{{
item
.
StudyEndDate
}}
{{
showteacher
==
0
?
'可预约'
:
''
}}
</text>
<text
v-if=
'item.IsFree==1'
>
{{
item
.
StudyStartDate
}}{{
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>
...
...
pages/appointment/confirmAppointment.vue
View file @
e89fc762
...
...
@@ -296,10 +296,10 @@
data
:
msg
},
res
=>
{
uni
.
showToast
({
title
:
'预约成功'
,
icon
:
'none'
})
//
uni.showToast({
//
title: '预约成功',
//
icon:'none'
//
})
uni
.
redirectTo
({
//下单成功跳入订单列表
url
:
"/pages/appointment/order-success?RoomId="
+
RoomId
});
...
...
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