Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
h5-base
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
new-sing
h5-base
Commits
a9bca9cc
Commit
a9bca9cc
authored
Sep 12, 2019
by
IvyXia123
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
时间推送修改
parent
623f381f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
index.vue
src/components/index.vue
+2
-1
promptTime.vue
src/components/map/promptTime.vue
+7
-1
index.vue
src/components/newLesson/index.vue
+0
-1
No files found.
src/components/index.vue
View file @
a9bca9cc
...
...
@@ -661,7 +661,8 @@ export default {
this
.
$router
.
push
({
name
:
"map"
,
query
:
{
course_type
:
res
.
start_periods_course_type
course_type
:
res
.
start_periods_course_type
,
periods_id
:
res
.
start_periods_id
}
});
}
...
...
src/components/map/promptTime.vue
View file @
a9bca9cc
...
...
@@ -21,7 +21,7 @@
</
template
>
<
script
>
import
{
postNotifySettingApi
}
from
"../../service/api"
;
import
{
postNotifySettingApi
,
getNotifyApi
}
from
"../../service/api"
;
import
{
DatetimePicker
,
Popup
,
Toast
}
from
'vant'
;
import
tishiTimer
from
'../../assets/evaluate/tishi_timer.png'
import
youjiantou
from
'../../assets/evaluate/youjiantou.png'
...
...
@@ -75,6 +75,12 @@
this
.
$router
.
go
(
-
1
);
})
}
},
mounted
()
{
getNotifyApi
(
this
.
$route
.
query
.
periods_id
).
then
(
res
=>
{
if
(
res
.
time
)
this
.
currentTime
=
res
.
time
.
split
(
':'
)[
0
]
+
':'
+
res
.
time
.
split
(
':'
)[
1
]
})
}
}
</
script
>
...
...
src/components/newLesson/index.vue
View file @
a9bca9cc
...
...
@@ -98,7 +98,6 @@
sharePage
},
mounted
()
{
console
.
log
(
this
.
lesson
,
9876546
);
this
.
initPage
();
},
/**
...
...
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