Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
张文文
6 years ago
Commit
25769a33853d60f9b90e3f83b9b512c2ae03c81e
1 parent
3f3b2920
bug fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
apps/pages/single/ufoPassport/ufoPassport.vue
package.json
apps/pages/single/ufoPassport/ufoPassport.vue
View file @
25769a3
...
...
@@ -115,7 +115,8 @@ export default {
mounted() {
document.title = "UFO PASSPORT";
if (this.$yoho.isAndroid) {
this.$refs.videoWrapper.style.display = "none";
this.$refs.videoWrapper.style.position = "absolute";
this.$refs.videoWrapper.style.top = "-1000px";
this.$refs.platWrapper.style.marginTop = "15px";
}
this.fetchUfoShareIdentifyInfo({ tagId: this.$route.params.tagId });
...
...
package.json
View file @
25769a3
{
"name"
:
"ufo-app-web"
,
"version"
:
"1.1.
9
"
,
"version"
:
"1.1.
10
"
,
"private"
:
true
,
"description"
:
"A New Yohobuy Project With Express"
,
"repository"
:
{
...
...
Please
register
or
login
to post a comment