From 521cea56f26ef3f49d467f2af79aa80ebda70500 Mon Sep 17 00:00:00 2001
From: tanghaolin <1723298894@qq.com>
Date: 星期四, 03 十一月 2022 11:29:41 +0800
Subject: [PATCH] 添加操作手册跳转

---
 video/single/index.wxml |   41 +++++++++++++----------------------------
 1 files changed, 13 insertions(+), 28 deletions(-)

diff --git a/video/single/index.wxml b/video/single/index.wxml
index aae96d0..0589b16 100644
--- a/video/single/index.wxml
+++ b/video/single/index.wxml
@@ -53,8 +53,15 @@
 
 
 
-<!--  -->
-<view class="ykt-detail-wraper" wx:if="{{list.LiveUrl && list}}">
+<!-- 鐩戞帶鍔熻兘鍒囨崲tabbar -->
+<!-- <scroll-view scroll-x class="bg-white nav">
+  <view class='flex text-center'>
+    <view class="cu-item flex-sub {{videoTabBarIndex ==1?'text-cyan cur':''}}" bindtap="videoTabBarChange" data-id="1">鍩烘湰淇℃伅</view>
+    <view class="cu-item flex-sub {{videoTabBarIndex ==2?'text-cyan cur':''}}" bindtap="videoTabBarChange" data-id="2">鍛婅璁板綍 </view>
+  </view>
+</scroll-view> -->
+<!-- 鍩烘湰淇℃伅 -->
+<view class="ykt-detail-wraper" wx:if="{{list.LiveUrl && list && videoTabBarIndex == 1}}">
     <view class="ykt-head">
         <text class="ykt-type-name">{{list.Name}}</text>
     </view>                          
@@ -75,37 +82,15 @@
             <text class="detail-item-label">鏄惁鏃嬭浆</text>
             <text class="detail-item-value">{{list.IsRotateAble==true ? '鍙棆杞�' : '涓嶅彲鏃嬭浆'}}</text>
         </view>
-        <!-- <view class="detail-item">
-            <text class="detail-item-label">鎾斁鍦板潃</text>
-            <text class="detail-item-value">{{list.TokenInfo.LiveUrl}}</text>
-        </view> -->
-        <!-- <view class="detail-item">
-            <text class="detail-item-label">鎾斁杩涘害</text>
-            <text class="detail-item-value">{{videoTime.currentTime}}</text>
-        </view>
-        <view class="detail-item">
-            <text class="detail-item-label">鎾斁鏃堕暱</text>
-            <text class="detail-item-value">{{videoTime.duration}}</text>
-        </view> -->
     </view>
-    <view class="v_operation" wx:if='{{list.IsRotateAble==true }}' style="bottom: 11%;right: 35%;top: unset;">
+    <view class="v_operation" wx:if='{{list.IsRotateAble==true }}' style="bottom: 9%;right: 35%;top: unset;">
         <icon class="iconfont icon-jiantou IsRotateAble {{btnCmd=='top'?'btn-cmd-active':''}}" style="top: -15px;" data-cmd='0' data-direction="top" bindtouchstart="fullScreenStart" bindtouchend="fullScreenEnd"></icon>
         <icon class="iconfont icon-jiantou IsRotateAble {{btnCmd=='bottom'?'btn-cmd-active':''}}" style="bottom: -55px;top:52rpx" data-cmd='1' data-direction="bottom" bindtouchstart="fullScreenStart" bindtouchend="fullScreenEnd"></icon>
         <icon class="iconfont icon-jiantou IsRotateAble {{btnCmd=='left'?'btn-cmd-active':''}}" style="left: -15px;" data-cmd='2' data-direction="left"  bindtouchstart="fullScreenStart" bindtouchend="fullScreenEnd"></icon>
         <icon class="iconfont icon-jiantou IsRotateAble {{btnCmd=='right'?'btn-cmd-active':''}}" style="right:-15px;" data-cmd='3' data-direction="right" bindtouchstart="fullScreenStart" bindtouchend="fullScreenEnd"></icon>
       </view>
 </view>
+<!-- 鍛婅鍒楄〃 -->
+<!-- <scroll-view scroll-y>
 
-<button wx:if="{{false}}" bindtap="toPlayBack">鍥炴斁</button>
-<!-- <video-swiper 
-  class="video-swiper" 
-  video-list="{{videoList}}" 
-  bindplay="onPlay"
-  bindpause="onPause"
-  bindtimeupdate="onTimeUpdate"
-  bindended="onEnded"
-  binderror="onError"
-  bindwaiting="onWaiting"
-  bindprogress="onProgress"
-  bindloadedmetadata="onLoadedMetaData"
-></video-swiper> -->
\ No newline at end of file
+</scroll-view> -->
\ No newline at end of file

--
Gitblit v1.9.3