This commit is contained in:
liuye
2024-03-11 14:50:39 +08:00
parent 2105225998
commit a7f282691f
2 changed files with 37 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="Detail" v-if="pageShow">
<div class="top">
<div :class="name == '婚礼' ? 'top-pad marry-css' : 'top-pad'">
<div :class="info.themeInfo.title == '婚礼' ? 'top-pad marry-css' : 'top-pad'">
<div class="item-top">
<image :src="info.createUserAvatar || 'https://cdn.cunwuyun.cn/wxmp/fengdu/avatar.png'"/>
<div class="right">
@@ -12,7 +12,7 @@
@click="toTask">去参与
</div>
</div>
<image src="https://cdn.cunwuyun.cn/fengdu/marry-top.png" class="marry-top" v-if="name == '婚礼'" />
<image src="https://cdn.cunwuyun.cn/fengdu/marry-top.png" class="marry-top" v-if="info.themeInfo.title == '婚礼'" />
<div class="item-content">
<span v-if="name" @click="toTopic('./TopicDetail?themeId=' + themeId + '&name=' + name)">#{{ name }}</span>
<text v-if="info.integralTaskId">{{ info.integralTaskInfo.detail }}</text>
@@ -45,7 +45,7 @@
</div>
<div class="time-flex">
<p>{{ info.createTime }}</p>
<image src="https://cdn.cunwuyun.cn/fengdu/marry-bottom.png" class="marry-bottom" v-if="name == '婚礼'" />
<image src="https://cdn.cunwuyun.cn/fengdu/marry-bottom.png" class="marry-bottom" v-if="info.themeInfo.title == '婚礼'" />
</div>
</div>
<div class="item-bottom">