|
|
@@ -29,9 +29,9 @@
|
|
|
<ul class="hot-item-body">
|
|
|
<div class="skeleton">
|
|
|
<li v-for="(item,index) in goodsList" :key="index" class="hot-item">
|
|
|
- <a href="/home/pointsMall">
|
|
|
+ <!-- <a href="/home/pointsMall"> -->
|
|
|
<img style="width: 150px;height: 150px;" :src="item.imgUrl" alt="">
|
|
|
- </a>
|
|
|
+ <!-- </a> -->
|
|
|
|
|
|
<div class="hot-item-text" :class="tabType=='new'?'justifyCenter':'justifyBetween'">
|
|
|
<div class="body-index" v-if="tabType=='hot'">
|
|
|
@@ -65,9 +65,9 @@
|
|
|
<ul class="hot-item-body">
|
|
|
<div class="skeleton">
|
|
|
<li v-for="(item,index) in goodsList" :key="index" class="hot-item">
|
|
|
- <a href="/home/pointsMall">
|
|
|
+ <!-- <a href="/home/pointsMall"> -->
|
|
|
<img style="width: 150px;height: 150px;" :src="item.imgUrl" alt="">
|
|
|
- </a>
|
|
|
+ <!-- </a> -->
|
|
|
|
|
|
<div class="hot-item-text" :class="tabType=='new'?'justifyCenter':'justifyBetween'">
|
|
|
<div class="body-index" v-if="tabType=='hot'">
|