mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-09 10:56:47 +08:00
修改
This commit is contained in:
@@ -60,8 +60,8 @@
|
||||
</view>
|
||||
<view class="article-bot">
|
||||
<text class="article-wz" @click="toDetail(item)" v-html="$keywordActiveShow(item.summary, articleList.keyword)"></text>
|
||||
<view class="article-img" @click="toDetail(item)">
|
||||
<img style="width: 182upx;height:124upx" v-if="item.coverurl" :src="$config.fileUrl+item.coverurl" alt=""/>
|
||||
<view class="article-img" @click="toDetail(item)" v-if="item.coverurl">
|
||||
<img style="width: 182upx;height:124upx" :src="$config.fileUrl+item.coverurl" alt=""/>
|
||||
</view>
|
||||
</view>
|
||||
<!--自己不需要显示作者信息呀-->
|
||||
@@ -74,7 +74,7 @@
|
||||
<image class="btn-img" src="../../static/images/icon/del.png" size="24"></image><text class="btn-text">删除</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="">
|
||||
<view style="margin-right: -30upx;">
|
||||
<interact-bar :views="false" :data="item"></interact-bar>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user