[消息中心图片处理]

This commit is contained in:
2021-09-27 11:45:21 +08:00
parent fd1759b4a3
commit d6af7dca6c
24 changed files with 688 additions and 1449 deletions

View File

@@ -3,7 +3,7 @@
<view class="item" v-for="(item,index) in items" :key="index" v-if="items.length>0"
@click="item.read_at === ''?read(index,item):noread(item)">
<view class="top">
<image src="/static/images/news_2_1.png" mode="widthFix"></image>
<image src="/static/imgs/news_2_1.png" mode="widthFix" />
<!-- <image v-if="index===1" src="/static/img/news_1_1.png" mode="widthFix"></image>
<image v-if="index===2" src="/static/img/news_3_1.png" mode="widthFix"></image> -->
<view :style="item.read_at=== '' ?'flex:1;':'flex:1;color:#808080;'">{{item.title}}</view>