|
@@ -7,8 +7,7 @@
|
|
|
<text>{{info.report_author}}</text>
|
|
|
<text class="tag" v-if="info.vip_title">{{info.vip_title}}</text>
|
|
|
</view>
|
|
|
- <view class="user-title">{{info.author_descript}}</view>
|
|
|
- <view class="user-intro">{{info.abstract}}</view>
|
|
|
+ <view class="user-intro">{{info.author_descript}}</view>
|
|
|
</view>
|
|
|
<van-sticky>
|
|
|
<view class="flex tab-box">
|
|
@@ -17,7 +16,7 @@
|
|
|
</view>
|
|
|
</van-sticky>
|
|
|
<view class="section column-intro-wrap" v-if="tabActive=='专栏介绍'">
|
|
|
- <view v-html="info.descript"></view>
|
|
|
+ <view v-html="info.abstract"></view>
|
|
|
</view>
|
|
|
<view class="section report-list-wrap" v-if="tabActive=='报告目录'">
|
|
|
<view class="report-empty-box" v-if="finished&&list.length==0">
|
|
@@ -226,6 +225,7 @@ page{
|
|
|
margin: 20rpx 0;
|
|
|
}
|
|
|
.user-intro{
|
|
|
+ margin-top: 20rpx;
|
|
|
font-size: 24rpx;
|
|
|
color: #666666;
|
|
|
line-height: 1.7;
|