currentVideo

This commit is contained in:
2024-06-25 17:07:59 +08:00
parent f8081fbec2
commit 6d0addb743
72 changed files with 11772 additions and 7898 deletions

View File

@@ -2,7 +2,7 @@
<view class="componentPage">
<!-- 公共组件-每个页面必须引入 -->
<view class="fixed">
<!-- <view class="fixed">
<view v-if="isOpenRightButton">
<view class="openBox">
<block v-for="(v, index) in cateIconList" :key="index">
@@ -36,7 +36,7 @@
style="width: 50rpx; height: 50rpx"
></image>
</view>
</view>
</view> -->
<scroll-view
scroll-y
:style="`height:calc(100vh - ${(110 + statusBarHeight) * 2}rpx)`"