fix(component): 修复组件名称错误和props类型定义
refactor(component): 重构组件模板结构,移除重复代码 feat(component): 添加可选props支持外部数据传入 style(css): 优化样式布局和响应式设计 fix(js): 修复URL路径处理逻辑和滚动加载问题 feat(search): 新增搜索页推荐内容和空状态处理 chore: 添加新图标资源文件
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<div class="item-box item-offer">
|
||||
<item-head :itemdata="item" :page="page"></item-head>
|
||||
<a class="school flexacenter" :href="item.url" target="_blank">
|
||||
<img class="icon" v-if="item.data.schoollogo" :src="item.data.schoollogo" mode="heightFix"></image>
|
||||
<img class="icon" v-if="item.data.schoollogo" :src="item.data.schoollogo" />
|
||||
<div class="text flex1 one-line-display">{{ item.data.schoolname }}</div>
|
||||
</a>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user