提交 51bc8032 编写于 作者: 杨广俊's avatar 杨广俊

commit

上级 a2c22377
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
<div :class="index>1 && (index+1 == cParamData.length)?'teacher-item item-end' : 'teacher-item'" :key="index" <div :class="index>1 && (index+1 == cParamData.length)?'teacher-item item-end' : 'teacher-item'" :key="index"
v-for="(item,index) in cParamData" @click="goToPage(item)"> v-for="(item,index) in cParamData" @click="goToPage(item)">
<div class="teacher-itemimg"> <div class="teacher-itemimg">
<img v-show="index < 6" :src="item.appImageUrl"/> <img :src="item.appImageUrl"/>
<img v-show="index >= 6" v-lazy="item.appImageUrl"/> <!-- <img v-show="index >= 6" :src="item.appImageUrl"/> -->
</div> </div>
<div class="five-text"> <div class="five-text">
<div class="teacher-itemname fs14" v-html="item.highLightTitle">{{item.title}}</div> <div class="teacher-itemname fs14" v-html="item.highLightTitle">{{item.title}}</div>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<!-- <button v-show="false" type="submit" /> --> <!-- <button v-show="false" type="submit" /> -->
<!-- </form> --> <!-- </form> -->
<img src="https://test1-file.yunqueyi.com/image/HJ_B001_YD_002_A.jpg" @click="gotoPage"> <img src="https://test1-file.yunqueyi.com/image/HJ_B001_YD_002_A.jpg" @click="gotoPage">
<img v-lazy="imgUrl" @click="gotoPage"> <img :src="imgUrl" @click="gotoPage">
</section> </section>
</template> </template>
<script> <script>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册