添加了图标

This commit is contained in:
2020-08-28 15:17:29 +08:00
parent aac975e921
commit 784cd1ec89
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
<!-- 消息列表 -->
<view class="massage_list" @click="navto()">
<view class="images">
<image src="" ></image>
<image src="@/static/image/7.png" ></image>
</view>
<view class="names">活动消息</view>
<view class="content u-line-1">{{huodong.data.title}}</view>
@@ -39,7 +39,7 @@
],
huodong:{
data:{
}
}
};