Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
yanghanwen
/
wanda-vr
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e2fa223b
authored
Sep 07, 2020
by
杨翰文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 解决不文字不出现的问题
parent
5f1b87f1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
+4
-1
route.html
+4
-1
No files found.
route.html
View file @
e2fa223b
...
@@ -257,6 +257,7 @@
...
@@ -257,6 +257,7 @@
font-weight
:
bold
;
font-weight
:
bold
;
color
:
#FFFFFF
;
color
:
#FFFFFF
;
line-height
:
0.8rem
;
line-height
:
0.8rem
;
text-shadow
:
0
0
0.1rem
rgba
(
0
,
0
,
0
,
1
);
}
}
.poster-content__content
{
.poster-content__content
{
width
:
4.12rem
;
width
:
4.12rem
;
...
@@ -266,6 +267,7 @@
...
@@ -266,6 +267,7 @@
font-weight
:
bold
;
font-weight
:
bold
;
color
:
#FFFFFF
;
color
:
#FFFFFF
;
line-height
:
0.36rem
;
line-height
:
0.36rem
;
text-shadow
:
0
0
0.1rem
rgba
(
0
,
0
,
0
,
1
);
}
}
.poster-content__qrcode
{
.poster-content__qrcode
{
width
:
1.07rem
;
width
:
1.07rem
;
...
@@ -808,7 +810,8 @@ var vueInstance = new Vue({
...
@@ -808,7 +810,8 @@ var vueInstance = new Vue({
},
},
setActive
(
idx
,
initJsSdk
=
true
){
setActive
(
idx
,
initJsSdk
=
true
){
this
.
activeIdx
=
Number
(
idx
)
this
.
activeIdx
=
Number
(
idx
)
this
.
shareDesc
=
this
.
navs
[
this
.
activeIdx
].
content
// this.shareDesc = this.navs[this.activeIdx].content
this
.
refreshShareText
();
if
(
initJsSdk
)
this
.
shareToFirends
()
if
(
initJsSdk
)
this
.
shareToFirends
()
},
},
async
_init_func
()
{
async
_init_func
()
{
...
...
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