通知页面

This commit is contained in:
2020-08-27 16:02:27 +08:00
parent 5dd01ffa93
commit 40e252c400
3 changed files with 103 additions and 1 deletions

View File

@@ -7,7 +7,16 @@
</view>
</view> -->
<!-- 消息列表 -->
<u-empty text="并没有什么消息" mode="message" v-if="Object.keys(list).length == 0" style="margin: auto"></u-empty>
<view class="massage_list" @click="navto()">
<view class="images">
<image src="" ></image>
</view>
<view class="names">活动消息</view>
<view class="content u-line-1">12121212</view>
<view class="times">12121</view>
<view class="tishi" v-if="true"></view>
</view>
<!-- <u-empty text="并没有什么消息" mode="message" v-if="Object.keys(list).length == 0" style="margin: auto"></u-empty> -->
<view class="massage_list" v-for="(item,index) in list" :key="index" @click="gochat(item)">
<view class="images">
<image :src="item.avatar" ></image>
@@ -49,6 +58,12 @@
this.$forceUpdate();
},
navto(){
console.log(1212)
this.$u.route({
url:"/pages/messages/list"
})
}
},
onShow(){
// this.list = this.imService.friends;