This commit is contained in:
zoujiandong
2025-12-03 17:31:08 +08:00
parent f4c8df1950
commit 22104881f1
13 changed files with 104 additions and 65 deletions
+4 -2
View File
@@ -27,14 +27,14 @@
</view>
<!-- <video
v-if="showVideo"
v-if="showVideo && !isAndroid"
class="player-wrapper"
:style="{width: videoWidth + 'px'}"
:src="videoSrc"
controls
object-fit="contain"
:autoplay="false"
></video> -->
></video> -->
<sunny-video
v-if="showVideo"
class="player-wrapper"
@@ -210,6 +210,7 @@ import sinaImg from "@/static/share_sina.png";
import wxImg from "@/static/share_weixin.png";
import friendImg from "@/static/share_wxc.png";
import logoImg from "@/static/weiboShare.png";
import isAndroid from "@/utils/platform.js";
import api from "@/api/api";
import docUrl from "@/utils/docUrl";
import navTo from "@/utils/navTo";
@@ -960,6 +961,7 @@ $theme-color: #8b2316;
position: relative;
top: calc(var(--status-bar-height) + 44px);
z-index: 0;
height:220px;
overflow: hidden;
}
.share-img {