Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mt-education-mobile
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
王旭
mt-education-mobile
Commits
e77bc442
Commit
e77bc442
authored
Dec 20, 2019
by
yun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
标题栏颜色-liu
parent
f6ca8396
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
4 deletions
+18
-4
index.html
public/index.html
+2
-2
index.vue
src/views/CourseDetail/index.vue
+2
-1
index.vue
src/views/PersonalCenter/index.vue
+14
-1
No files found.
public/index.html
View file @
e77bc442
...
@@ -7,8 +7,8 @@
...
@@ -7,8 +7,8 @@
<meta
name=
"viewport"
content=
"width=device-width,height=device-height,inital-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no,minimal-ui;"
>
<meta
name=
"viewport"
content=
"width=device-width,height=device-height,inital-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no,minimal-ui;"
>
<link
rel=
"icon"
href=
"<%= BASE_URL %>favicon.ico"
>
<link
rel=
"icon"
href=
"<%= BASE_URL %>favicon.ico"
>
<title>
智学
</title>
<title>
智学
</title>
<!--
<script src="https://cdn.bootcss.com/vConsole/3.3.4/vconsole.min.js"></script>
<script
src=
"https://cdn.bootcss.com/vConsole/3.3.4/vconsole.min.js"
></script>
<script>new VConsole()</script>
-->
<script>
new
VConsole
()
</script>
</head>
</head>
<body>
<body>
<div
id=
"app"
></div>
<div
id=
"app"
></div>
...
...
src/views/CourseDetail/index.vue
View file @
e77bc442
...
@@ -590,7 +590,7 @@ export default {
...
@@ -590,7 +590,7 @@ export default {
error
(
error
)
{
error
(
error
)
{
// 失败处理...
// 失败处理...
}
}
})
;
})
},
},
/* 复制链接 */
/* 复制链接 */
copyUrl
()
{
copyUrl
()
{
...
@@ -977,6 +977,7 @@ export default {
...
@@ -977,6 +977,7 @@ export default {
mounted
()
{
mounted
()
{
this
.
lessonId
=
this
.
$route
.
query
.
id
this
.
lessonId
=
this
.
$route
.
query
.
id
this
.
$setgoindex
()
this
.
$setgoindex
()
console
.
log
(
'isOutLine'
,
this
.
isOutLine
)
},
},
created
()
{
created
()
{
// this.getCourseInfo()
// this.getCourseInfo()
...
...
src/views/PersonalCenter/index.vue
View file @
e77bc442
...
@@ -187,7 +187,20 @@ export default {
...
@@ -187,7 +187,20 @@ export default {
mounted
()
{
mounted
()
{
this
.
myInfo
()
this
.
myInfo
()
this
.
$wnsdk
.
ui
.
statusBarColor
({
this
.
$wnsdk
.
ui
.
statusBarColor
({
bgcolor
:
'#4498F0'
,
bgcolor
:
'#2D8AEA'
,
color
:
2
,
success
(
result
)
{
// 逻辑处理...
},
error
(
error
)
{
// 失败处理...
console
.
log
(
error
)
}
})
},
beforeDestroy
()
{
this
.
$wnsdk
.
ui
.
statusBarColor
({
bgcolor
:
'#454545'
,
color
:
2
,
color
:
2
,
success
(
result
)
{
success
(
result
)
{
// 逻辑处理...
// 逻辑处理...
...
...
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