This commit is contained in:
yanran200730
2023-03-21 15:23:14 +08:00
parent 617eb16ba2
commit 946af98c4a
3 changed files with 3 additions and 11 deletions

View File

@@ -27,8 +27,6 @@
<div class="item"
v-for="(item, index) in list"
:key="index"
hover-class="text-hover"
hover-stop-propagation
@click="$linkTo('./Detail?id=' + item.id + '&name=' + item.topicName + '&themeId=' + item.themeId)">
<div class="item-top">
<image :src="item.createUserAvatar || 'https://cdn.cunwuyun.cn/wxmp/fengdu/avatar.png'"/>
@@ -65,7 +63,7 @@
<AiEmpty v-if="!list.length"/>
</div>
<div class="add" hover-class="text-hover" @click="toAdd">
<image src="https://cdn.cunwuyun.cn/wxmp/fengdu/ic-fatie.png"/>
<image src="https://cdn.cunwuyun.cn/wxmp/fengdu/ic-fatie.png" mode="aspectFill" />
</div>
<AiLogin ref="login"/>
</div>
@@ -278,8 +276,8 @@
z-index: 111;
image {
width: 104px;
height: 104px;
width: 124px;
height: 124px;
}
}

View File

@@ -28,8 +28,6 @@
<div class="item"
v-for="(item, index) in list"
:key="index"
hover-class="text-hover"
hover-stop-propagation
@click="$linkTo('./Detail?id=' + item.id + '&name=' + item.topicName + '&themeId=' + item.themeId)">
<div class="item-top">
<image class="avatar" :src="item.createUserAvatar || 'https://cdn.cunwuyun.cn/wxmp/fengdu/avatar.png'"/>
@@ -67,8 +65,6 @@
<div class="item"
v-for="(item, index) in list"
:key="index"
hover-class="text-hover"
hover-stop-propagation
@click="$linkTo('./Detail?id=' + item.id + '&name=' + item.topicName + '&themeId=' + item.themeId)">
<div class="item-top">
<image class="avatar" :src="item.createUserAvatar || 'https://cdn.cunwuyun.cn/wxmp/fengdu/avatar.png'"/>
@@ -112,7 +108,6 @@
<p>{{ item.myComment.content }}</p>
<div
class="bottom"
hover-class="text-hover"
@click="$linkTo('./Detail?id=' + item.id + '&name=' + item.topicName + '&themeId=' + item.themeId)">
<div class="item-top">
<image class="avatar" :src="item.createUserAvatar || 'https://cdn.cunwuyun.cn/wxmp/fengdu/avatar.png'"/>

View File

@@ -11,7 +11,6 @@
class="item"
v-for="(item, index) in list"
:key="index"
hover-class="text-hover"
@click="$linkTo('./Detail?isFrom=topic&id=' + item.id + '&name=' + name + '&themeId=' + themeId)">
<div class="item-top">
<image :src="item.createUserAvatar || 'https://cdn.cunwuyun.cn/wxmp/fengdu/avatar.png'" />