From 8ff9b0d45ac250607afa258cf095c9ac7624f96b Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期一, 09 九月 2024 20:14:59 +0800
Subject: [PATCH] bg

---
 pages/digitalTextbooks/index.wxml |    2 +-
 /dev/null                         |    0 
 pages/digitalCourses/index.wxml   |    2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/digitalCourses/index.wxml b/pages/digitalCourses/index.wxml
index 3fe8c8f..15d4087 100644
--- a/pages/digitalCourses/index.wxml
+++ b/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}}">
diff --git a/pages/digitalTextbooks/index.wxml b/pages/digitalTextbooks/index.wxml
index 81a7417..4d57e79 100644
--- a/pages/digitalTextbooks/index.wxml
+++ b/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">
diff --git a/static/images/digitalCourses/courseIcon.png b/static/images/digitalCourses/courseIcon.png
deleted file mode 100644
index cdea1b6..0000000
--- a/static/images/digitalCourses/courseIcon.png
+++ /dev/null
Binary files differ
diff --git a/static/images/digitalTextbooks/textBookIcon.png b/static/images/digitalTextbooks/textBookIcon.png
deleted file mode 100644
index 1a2255b..0000000
--- a/static/images/digitalTextbooks/textBookIcon.png
+++ /dev/null
Binary files differ

--
Gitblit v1.9.1