feat: 更新视频播放器功能并修复多个问题
- 升级edu-core依赖至v1.0.8 - 新增测试页面路由配置 - 修复订单页面Android平台专属支付按钮逻辑 - 优化视频播放器组件,增加倍速播放配置和控件显示逻辑 - 修复iOS平台视频封面显示问题 - 改进全屏模式处理逻辑 - 优化进度条和控制栏交互体验 - 修复DOM元素查找延迟问题 - 移除课程详情页冗余刷新逻辑
This commit is contained in:
@@ -97,7 +97,6 @@
|
||||
<view
|
||||
class="chong_list_item"
|
||||
@click="onPageJump('/pages/wallet/points')"
|
||||
v-if="$platform == 'android'"
|
||||
>
|
||||
<view class="pay_item_img"> 积分 </view>
|
||||
<view class="text" style="line-height: 30rpx">{{
|
||||
@@ -107,7 +106,6 @@
|
||||
</view>
|
||||
|
||||
<view
|
||||
v-if="$platform == 'android'"
|
||||
class="chong_list_item"
|
||||
style="flex-direction: initial; margin-right: 0"
|
||||
>
|
||||
@@ -154,8 +152,10 @@
|
||||
</common-list>
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view style="text-align: center; margin-top: 20rpx; background-color: #5188e5; color: #fff; padding: 10rpx 0;" @click="onPageJump('/pages/index')">去测试页</view> -->
|
||||
</view>
|
||||
|
||||
|
||||
<u-popup :show="infoShow" mode="center" round="6" backgroundColor="#fff">
|
||||
<view class="popup_box">
|
||||
<view class="title">温馨提示</view>
|
||||
|
||||
Reference in New Issue
Block a user