xbx #75

Merged
theluyuan merged 7 commits from xbx into master 2020-08-28 16:14:36 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 784cd1ec89 - Show all commits

View File

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

BIN
static/image/7.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB