bg
litian
2024-09-09 8ff9b0d45ac250607afa258cf095c9ac7624f96b
bg
2个文件已删除
2个文件已修改
4 ■■■■ 已修改文件
pages/digitalCourses/index.wxml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/digitalTextbooks/index.wxml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
static/images/digitalCourses/courseIcon.png 补丁 | 查看 | 原始文档 | blame | 历史
static/images/digitalTextbooks/textBookIcon.png 补丁 | 查看 | 原始文档 | blame | 历史
pages/digitalCourses/index.wxml
@@ -36,7 +36,7 @@
    <view class="ExternalInformationBox">
      <view class="informationBox" wx:for="{{courseList}}" wx:key="index" wx:for-item="item" data-item="{{item}}">
        <view class="book-img" bind:tap="courseDetail" data-item="{{item}}">
          <image src="{{item.icon ? item.icon : '/static/images/digitalCourses/courseIcon.png'}}" mode="aspectFit" />
          <image src="{{item.icon ? item.icon : 'https://jsek.bnuic.com/home/image/courseIcon.png'}}" mode="aspectFit" />
        </view>
        <view class="book-Info">
          <view class="book-name" bind:tap="courseDetail" data-item="{{item}}">
pages/digitalTextbooks/index.wxml
@@ -39,7 +39,7 @@
            <view style="margin-left: 5rpx">{{item.viewCount}}</view>
          </view>
          <view class="imageBox">
            <image src="{{item.icon ? item.icon : '/static/images/digitalTextbooks/textBookIcon.png'}}" mode="" />
            <image src="{{item.icon ? item.icon : 'https://jsek.bnuic.com/home/image/textBookIcon.png'}}" mode="" />
          </view>
          <view class="bookName">{{item.name}}</view>
          <view class="information">
static/images/digitalCourses/courseIcon.png
Binary files differ
static/images/digitalTextbooks/textBookIcon.png
Binary files differ