yiming
2024-04-17 46484b9bea431054820dd30b33f0255aff366ee7
packageDomain/pages/resourceDetails/myAudio/index.wxml
@@ -2,12 +2,9 @@
<template is="skeleton" wx:if="{{loading}}" />
<view wx:if="{{!hidden}}">
  <view style="width: 100%; height: {{barHeight}}px; "></view>
  <view class="nacigationBar" style="width: 70%; height: {{navBarHeight}}px;">
  <view class="nacigationBar" style="width: 100%; height: {{navBarHeight}}px;">
    <view>
      <t-icon name="chevron-left" size="30" data-name="{{item}}" bind:click="goBack" />
    </view>
@@ -44,9 +41,12 @@
      </view> -->
        <!-- 时间 -->
        <view class="current-time color">{{myAudioCurrent}} </view>
        <view class="color" style="margin: 0 10rpx">/</view>
        <view class="duration-time color"> {{myAudioDuration}} </view>
        <view class="timeBox">
          <view class="current-time color">{{myAudioCurrent}} </view>
          <view class="color" style="margin: 0 10rpx">/</view>
          <view class="duration-time color"> {{myAudioDuration}} </view>
        </view>
        <!-- bind:tap="onSpeed" -->
        <view class="publicBtn color">
@@ -75,9 +75,14 @@
        <view class="wrapper">
          <t-collapse value="{{activeValues}}" bind:change="handleChange">
            <t-collapse-panel header="{{parentName}}" value="{{0}}" expandIcon>
              <view class="detailsName" wx:for="{{threeLeveData}}" wx:key="index" wx:for-item="item" wx:for-index="index" bind:tap="onVideo" data-item="{{item}}" data-index="{{index}}">
                <view style="color: {{selectedId == index ? '#ff6c00' : '#000'}}">{{item.name}}</view>
              <view class="outsideDetailsName">
                <view class="detailsName" wx:for="{{threeLeveData}}" wx:key="index" wx:for-item="item" wx:for-index="index" bind:tap="onVideo" data-item="{{item}}" data-index="{{index}}">
                  <view style="color: {{selectedId == index ? '#ff6c00' : '#000'}} ">{{item.name}}</view>
                </view>
              </view>
            </t-collapse-panel>
          </t-collapse>
        </view>