Commit f410def8 authored by 罗超's avatar 罗超

1

parent a20c5f06
......@@ -124,8 +124,8 @@
border-radius: 4rpx;
position: absolute;
left: 0;
bottom:0;
opacity: 0.5;
bottom:5rpx;
opacity: 0.8;
}
.pic-name{
margin-bottom: 30rpx;
......@@ -372,6 +372,7 @@
<view class="acdetail_Intro" v-html="richtext"></view>
<view class="title-pic" v-if="richtext">
活动内容
<view class="line-bottom"></view>
</view>
<view class="jz_TripMain">
<view class="jz_TripLine"></view>
......@@ -413,10 +414,12 @@
</view>
<view class="title-pic" v-if="detial.Summary">
活动总结
<view class="line-bottom"></view>
</view>
<view class="acdetail_Intro" v-html="detial.Summary" v-if="detial.Summary"></view>
<view class="title-pic" v-if="detial.FileGroup[0].groupList.length>0||detial.FileGroup[1].groupList.length>0">
活动相册
<view class="line-bottom"></view>
</view>
<view class="pic-name" v-if="detial.FileGroup[0].groupList.length>0">
视频
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment