Browse Source

Merge branch 'xiaowang' into dev

dev
是小王呀\24601 1 year ago
parent
commit
bb23b1da4d
  1. 10
      src/views/activity/detail.vue

10
src/views/activity/detail.vue

@ -4,15 +4,15 @@
<img :src="info.coverPic" alt="" style="width: 100%;">
<div class="m-top15 p0">
<h2 style="margin: 0; font-size: 21px;">{{ info.activityName }}</h2>
<van-cell class="m-top15" :border="false" :title-style="{ 'max-width': '80px' }" title="活动时间:"
<van-cell class="m-top15" :border="false" :title-style="{ 'max-width': '100px' }" :value-style="{ 'max-width':'250px' }" title="活动时间:"
:value="`${info.startTime} 至 ${info.endTime}`"></van-cell>
<van-cell :border="false" :title-style="{ 'max-width': '115px' }" title="报名开始时间:"
<van-cell :border="false" :title-style="{ 'max-width': '140px' }" title="报名开始时间:"
:value="info.startTime"></van-cell>
<van-cell :border="false" :title-style="{ 'max-width': '115px' }" title="报名截止时间:"
<van-cell :border="false" :title-style="{ 'max-width': '140px' }" title="报名截止时间:"
:value="info.cutOffTime || '--'"></van-cell>
<van-cell :border="false" :title-style="{ 'max-width': '80px' }" title="活动地点:"
<van-cell :border="false" :title-style="{ 'max-width': '100px' }" title="活动地点:"
:value="info.address"></van-cell>
<van-cell :border="false" :title-style="{ 'max-width': '65px' }" title="举办方:"
<van-cell :border="false" :title-style="{ 'max-width': '80px' }" title="举办方:"
:value="info.assistingParty"></van-cell>
<van-divider />
<div v-html="info.content"></div>

Loading…
Cancel
Save