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
3f3b292030e76998c34d33f31d7b83308273794f
1 parent
f2d78e69
分享页安卓视频显示修改
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
14 deletions
apps/pages/single/ufoPassport/ufoPassport.vue
package.json
apps/pages/single/ufoPassport/ufoPassport.vue
View file @
3f3b292
<template>
<div class="full">
<div class="header">
<div class="back-wrapper flex" @touchend="onBack">
<div class="back"></div>
</div>
<div class="title flex">
<span class="title-inner">UFO PASSPORT</span>
</div>
</div>
<div style="width: 100%;">
<div class="user-item">
<WidgetAvatar
...
...
@@ -40,8 +31,10 @@
@click="goProductDetail(shareIdentifyInfo.productId, shareIdentifyInfo.productName)"
>{{shareIdentifyInfo.productName}}</div>
<div class="provideo-btn" @click="playVideoOperation(shareIdentifyInfo.vedioFileUrl)"></div>
<VideoPlayer ref="videoPlay" class="play-video" :source="shareIdentifyInfo.vedioFileUrl"></VideoPlayer>
<div class="identify-plat">{{shareIdentifyInfo.identifyPlat}}</div>
<div ref="videoWrapper">
<VideoPlayer ref="videoPlay" class="play-video" :source="shareIdentifyInfo.vedioFileUrl"></VideoPlayer>
</div>
<div ref="platWrapper" class="identify-plat">{{shareIdentifyInfo.identifyPlat}}</div>
<div class="identify-name">{{shareIdentifyInfo.identifyUserName}}</div>
<div class="identify-level">资深鉴定师</div>
<div class="identify-image"></div>
...
...
@@ -120,6 +113,11 @@ export default {
}
},
mounted() {
document.title = "UFO PASSPORT";
if (this.$yoho.isAndroid) {
this.$refs.videoWrapper.style.display = "none";
this.$refs.platWrapper.style.marginTop = "15px";
}
this.fetchUfoShareIdentifyInfo({ tagId: this.$route.params.tagId });
this.fetchUfoPassportProductList();
...
...
@@ -139,7 +137,7 @@ export default {
}
.avatar-box {
margin-top:
105
px;
margin-top:
60
px;
width: 160px;
height: 160px;
border-radius: 50%;
...
...
@@ -186,7 +184,7 @@ export default {
.medal-img {
position: absolute;
top:
441
px;
top:
396
px;
right: 84px;
width: 100px;
height: 148px;
...
...
package.json
View file @
3f3b292
{
"name"
:
"ufo-app-web"
,
"version"
:
"1.1.
8
"
,
"version"
:
"1.1.
9
"
,
"private"
:
true
,
"description"
:
"A New Yohobuy Project With Express"
,
"repository"
:
{
...
...
Please
register
or
login
to post a comment