litian
2025-03-17 450f52d277aef0d7cb5a4993850bc49e1b751829
gundong
2个文件已删除
5个文件已修改
21 ■■■■■ 已修改文件
packageDomain/pages/resourceDetails/myVideo/index.js 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
packageDomain/pages/resourceDetails/myVideo/index.wxml 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
packageDomain/pages/resourceDetails/myVideo/index.wxss 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/home/home.wxml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/personalCenter/index.wxml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
static/images/home/home-bg.png 补丁 | 查看 | 原始文档 | blame | 历史
static/images/personal/my-bg.png 补丁 | 查看 | 原始文档 | blame | 历史
packageDomain/pages/resourceDetails/myVideo/index.js
@@ -59,7 +59,8 @@
    bookDetail: null,
    learnStartTime: 0,
    learnTimeList: [],
    learnTimeData: 0
    learnTimeData: 0,
    toView: 'activeName',
  },
  // 格式化笔记时间
  convertTimestamp(timestamp) {
@@ -449,6 +450,7 @@
              this.aliVod(items.file, this.data.showData)
            }
            let selectedIndex = index; // 存储选中项的索引
            console.log(selectedIndex, "selectedIndex")
            this.setData({
              selectedId: selectedIndex // 设置选中项的索引
            });
@@ -467,6 +469,7 @@
      this.setData({
        loading: false,
        hidden: false,
        toView: 'activeName' + this.data.selectedId,
      })
    })
  },
packageDomain/pages/resourceDetails/myVideo/index.wxml
@@ -50,11 +50,11 @@
            loading="true"
          ></t-skeleton>
        </view>
        <scroll-view style="height:700rpx" scroll-y scroll-into-view="{{toView}}">
        <view class="wrapper" wx:if="{{!loading}}">
          <view class="outsideDetailsName">
            <view class="titleBox">{{parentName}}</view>
            <view
              class="detailsName"
              wx:for="{{threeLeveData}}"
              wx:key="index"
              wx:for-item="item"
@@ -62,6 +62,8 @@
              bind:tap="onVideo"
              data-item="{{item}}"
              data-index="{{index}}"
              class="detailsName"
              id="{{selectedId == index ? 'activeName'+index : ''}}"
            >
              <view style="color: {{selectedId == index ? '#ff6c00' : '#000'}}"
                >{{item.name}}</view
@@ -69,6 +71,7 @@
            </view>
          </view>
        </view>
      </scroll-view>
      </t-tab-panel>
      <!-- 笔记展示 -->
      <t-tab-panel label="笔记" value="1" style="{{tabPanelstyle}}">
packageDomain/pages/resourceDetails/myVideo/index.wxss
@@ -355,10 +355,11 @@
  overflow-x: hidden;
}
.wrapper {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 50vh;
  /* overflow-y: scroll;
  overflow-x: hidden; */
  /* height: 50vh; */
}
.demo-section__content {
pages/home/home.wxml
@@ -5,7 +5,7 @@
    </view>
    <view class="home-page-header">
      <view class="bg">
        <image src="/static/images/home/home-bg.png" mode="heightFix" class="image" />
        <image src="https://jsek.bnuic.com/home/image/home-bg.png" mode="heightFix" class="image" />
      </view>
      <view class="search">
        <image class="icon" src="/static/images/home/nav_icon_scan.png" bindtap="onIconScanTap" />
pages/personalCenter/index.wxml
@@ -1,6 +1,6 @@
<view class="container">
  <view class="bg">
    <image src="/static/images/personal/my-bg.png" mode="heightFix" class="image" />
    <image src="https://jsek.bnuic.com/home/image/my-bg.png" mode="heightFix" class="image" />
  </view>
  <t-pull-down-refresh value="{{baseRefresh.value}}" loadingProps="{{loadingProps}}" loadingTexts="{{['下拉刷新', '正在刷新', '刷新完成']}}" bind:refresh="onPullDownRefresh" bind:scroll="onScroll">
    <view style="width: 100%; height: {{barHeight}}px;"></view>
static/images/home/home-bg.png
Binary files differ
static/images/personal/my-bg.png
Binary files differ