|
@@ -1,7 +1,8 @@
|
|
|
<template>
|
|
<template>
|
|
|
<!-- 数学-计算特训card -->
|
|
<!-- 数学-计算特训card -->
|
|
|
<ezyActiveVue class="ezy-list-item-active jstx-card-box" @click="handleClick(item)">
|
|
<ezyActiveVue class="ezy-list-item-active jstx-card-box" @click="handleClick(item)">
|
|
|
- <img :src="item.cover" mode="aspectFill" class="jstx-card-img" />
|
|
|
|
|
|
|
+ <img :src="item.cover" mode="aspectFill" class="ezy-hidden-pad jstx-card-img" />
|
|
|
|
|
+ <img :src="item.coverPad" mode="aspectFill" class="ezy-hidden-phone jstx-card-img" />
|
|
|
<view class="jstx-card-title">{{ item.name }}</view>
|
|
<view class="jstx-card-title">{{ item.name }}</view>
|
|
|
</ezyActiveVue>
|
|
</ezyActiveVue>
|
|
|
</template>
|
|
</template>
|