pages/digitalCourses/index.wxml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
pages/digitalTextbooks/index.wxml | ●●●●● 补丁 | 查看 | 原始文档 | 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.pngBinary files differ
static/images/digitalTextbooks/textBookIcon.pngBinary files differ