Browse Source

首页组件

preview
jiangyy 4 years ago
parent
commit
b82aec0d31
  1. 5
      epmet-oper-web/src/components/wx-index/extended.vue
  2. 5
      epmet-oper-web/src/components/wx-index/heart.vue

5
epmet-oper-web/src/components/wx-index/extended.vue

@ -90,7 +90,10 @@
<div class="left_title">问卷 调查</div>
<!-- <div class="center_content">标题</div> -->
<div class="center_content">{{item.configuration.info.title}}</div>
<div v-if="item.configuration.info &&item.configuration.info.title"
class="center_content">{{item.configuration.info.title}}</div>
<div v-else
class="center_content">{{'新闻标题'}}</div>
<div class="right_more">查看更多</div>
</div>

5
epmet-oper-web/src/components/wx-index/heart.vue

@ -16,7 +16,10 @@
<div class="d-title">
<img class="left-log"
src="@/assets/img/modules/wx-mini/index-set/heart-logo.png">
<span class="s-title">{{ item.configuration.title }}</span>
<span v-if="item.configuration.title"
class="s-title">{{ item.configuration.title }}</span>
<span v-else
class="s-title">{{ '您报名的活动即将开始' }}</span>
<div class="d-group-no">

Loading…
Cancel
Save