Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
educationStu
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
向伟
educationStu
Commits
d5d2cd2b
Commit
d5d2cd2b
authored
Jan 25, 2022
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
289026de
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
list.vue
src/pages/appointment/list.vue
+3
-1
mySubscribe.vue
src/pages/appointment/mySubscribe.vue
+7
-0
No files found.
src/pages/appointment/list.vue
View file @
d5d2cd2b
...
...
@@ -215,8 +215,10 @@
if
(
data
.
basics
.
IsNextAppoint
==
true
){
//是否可以预约
let
differ
=
that
.
differday
(
data
.
msg
.
Date
)
if
(
differ
>=
data
.
basics
.
AdvanceDay
&&
data
.
basics
.
AppointDay
>=
differ
){
//提前几天预约 和可预约的天数
//TODO 还有一个时间判断 不知道咋个处理
//TODO 还有一个时间判断 不知道咋个处理
ScrollETime
that
.
getList
()
}
else
{
}
}
},
...
...
src/pages/appointment/mySubscribe.vue
View file @
d5d2cd2b
...
...
@@ -125,6 +125,13 @@
<span
v-else
>
{{
msg
.
EntTime
}}
</span>
</view>
</view>
<view
class=
"popupbox-item row"
>
<span>
老师
</span>
<view
class=
"row"
@
click=
"popupshow=true"
>
<span
v-if=
"msg.EntTime==''"
style=
"color: #999999;"
>
请选择
</span>
<span
v-else
>
{{
msg
.
EntTime
}}
</span>
</view>
</view>
</view>
</van-popup>
<van-popup
:show=
"popupshow"
@
close=
"popupshow=false"
position=
'right'
>
...
...
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