修改政策展示问题

This commit is contained in:
lip
2026-01-09 15:27:43 +08:00
parent 09a7fb2c13
commit 8aec595f6f
2 changed files with 6 additions and 164 deletions

View File

@@ -18,7 +18,6 @@
<scroll-view :scroll-y="true" style="height: calc(100vh - 202rpx);position: relative;z-index: 1;"
@scrolltolower="getBottomList">
<view style="margin-bottom: 24rpx;border-radius: 16rpx;" class="policy-list" v-for="(item, index) in tableData" :key="index" @click="goPolicyDetail(item)">
<view class="sign">推荐</view>
<view class="title">
<image src="../../../packageRc/static/zcLeft.png"/>
{{item.zcmc}}</view>
@@ -28,8 +27,7 @@
<view v-if="item.sourceUnit">{{item.sourceUnit}}</view>
</view>
<view class="bottom-line">
<view><uni-icons color="#A2A2A2" type="info" size="12"></uni-icons>日期{{item.createTime}}</view>
<view>浏览数<text style="color: #6AA7E8">{{item.viewNum}}</text></view>
<view><uni-icons color="#A2A2A2" type="info" size="12"></uni-icons>日期{{item.publishTime}}</view>
</view>
</view>
<view style="padding-bottom: 24rpx;">