From 6df96b3e7a7da1985ee875e84711e9f15c5fbff0 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期二, 24 十二月 2024 18:25:02 +0800 Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master --- pages/digitalTextbooks/index.wxml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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"> -- Gitblit v1.9.1