婚礼
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user