This commit is contained in:
yanghang
2025-07-14 17:42:47 +08:00
parent 21f57b7d48
commit 7e8d6eaca4
26 changed files with 574 additions and 16 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<template>
<view class="course-item-box" @click="clickItem">
<view class="img-box-view">
<ImagePreview class="img-box" :imgId="itemInfo.imgId" :isCache="true"></ImagePreview>
<ImagePreview class="img-box" :imgId="itemInfo.imgId" :isCache="true" width="340" height="340"></ImagePreview>
<view class="item-grade">{{itemInfo.evalGrade}}</view>
</view>
<view class="cont-box">
@@ -34,7 +34,7 @@
default:50,
type:[String, Number]
},
isCache:{
isCache:{ // 获取缩略图
type: Boolean,
default: false
},