|
@@ -26,59 +26,60 @@
|
|
</van-popover>
|
|
</van-popover>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
- <div class="scroll" :style="{'height':`${scrollHeight}px`}" >
|
|
|
|
|
|
+ <van-list class="scroll">
|
|
<!-- <div class="message-item flex-between">
|
|
<!-- <div class="message-item flex-between">
|
|
- <image :src="`${assetsUrl}message-system.png`" mode="aspectFill" class="left-img"></image>
|
|
|
|
- <div class="right-info">
|
|
|
|
- <div class="ri-top flex-between">
|
|
|
|
- <div class="rit-title fw600 font32">
|
|
|
|
- 系统通知
|
|
|
|
|
|
+ <image :src="`${assetsUrl}message-system.png`" mode="aspectFill" class="left-img"></image>
|
|
|
|
+ <div class="right-info">
|
|
|
|
+ <div class="ri-top flex-between">
|
|
|
|
+ <div class="rit-title fw600 font32">
|
|
|
|
+ 系统通知
|
|
|
|
+ </div>
|
|
|
|
+ <div class="rit-time font22 fw400">
|
|
|
|
+ 2022-8-31 09:57:13
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
- <div class="rit-time font22 fw400">
|
|
|
|
- 2022-8-31 09:57:13
|
|
|
|
|
|
+ <div class="ri-bottom flex-between">
|
|
|
|
+ <div class="rib-text font28 fw400">
|
|
|
|
+ heihei
|
|
|
|
+ </div>
|
|
|
|
+ <div class="rib-num font20 fw400">
|
|
|
|
+ 99
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="ri-bottom flex-between">
|
|
|
|
- <div class="rib-text font28 fw400">
|
|
|
|
- heihei
|
|
|
|
- </div>
|
|
|
|
- <div class="rib-num font20 fw400">
|
|
|
|
- 99
|
|
|
|
- </div>
|
|
|
|
|
|
+ </div> -->
|
|
|
|
+ <van-swipe-cell v-for="(item,index) in messagesList" :key="index" :data-index="index">
|
|
|
|
+ <div class="message-item flex-between" >
|
|
|
|
+ <img :src="item.userProfile.avatar" class="left-img" :style="{'width':`${showDelIndex===index?'0px':'60px'}`}" @click="toTalk(item.userProfile.userID)"></img>
|
|
|
|
+ <div class="right-info" @click="toTalk(item.userProfile.userID)">
|
|
|
|
+ <div class="ri-top flex-between">
|
|
|
|
+ <div class="rit-title fw600 font24 el">
|
|
|
|
+ {{item.userProfile.nick}}
|
|
|
|
+ </div>
|
|
|
|
+ <div class="rit-time font20 fw400">
|
|
|
|
+ {{item.lastMessage.lastTimeStr}}
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="ri-bottom flex-between">
|
|
|
|
+ <div class="rib-text font24 fw400 el">
|
|
|
|
+ {{item.lastMessage.payload.text}}
|
|
|
|
+ </div>
|
|
|
|
+ <div class="rib-num font20 fw400" v-if="item.unreadCount!==0">
|
|
|
|
+ {{item.unreadCount}}
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
- </div>
|
|
|
|
- </div> -->
|
|
|
|
- <van-swipe-cell v-for="(item,index) in messagesList" :key="index" :data-index="index">
|
|
|
|
- <div class="message-item flex-between" >
|
|
|
|
- <img :src="item.userProfile.avatar" class="left-img" :style="{'width':`${showDelIndex===index?'0px':'60px'}`}" @click="toTalk(item.userProfile.userID)"></img>
|
|
|
|
- <div class="right-info" @click="toTalk(item.userProfile.userID)">
|
|
|
|
- <div class="ri-top flex-between">
|
|
|
|
- <div class="rit-title fw600 font24 el">
|
|
|
|
- {{item.userProfile.nick}}
|
|
|
|
- </div>
|
|
|
|
- <div class="rit-time font20 fw400">
|
|
|
|
- {{item.lastMessage.lastTimeStr}}
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="ri-bottom flex-between">
|
|
|
|
- <div class="rib-text font24 fw400 el">
|
|
|
|
- {{item.lastMessage.payload.text}}
|
|
|
|
- </div>
|
|
|
|
- <div class="rib-num font20 fw400" v-if="item.unreadCount!==0">
|
|
|
|
- {{item.unreadCount}}
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <template #right>
|
|
|
|
- <div class="del-box flex-center" style="height:100%;padding: 0px 4px;">
|
|
|
|
- <van-button type="danger" color="#7232dd" size="small" @click="delConversation" text="删除" />
|
|
|
|
- </div>
|
|
|
|
- </template>
|
|
|
|
- </van-swipe-cell>
|
|
|
|
-
|
|
|
|
- <!-- <div class="no-more font24 fw400" v-if="messagesList.length!==0&&messagesList.length>=recommendTotal">没有更多了</div> -->
|
|
|
|
- <Status type="noMsg" text="暂无消息" v-if="showNoMsg"></Status>
|
|
|
|
|
|
+ <template #right>
|
|
|
|
+ <div class="del-box flex-center" style="height:100%;padding: 0px 4px;">
|
|
|
|
+ <van-button type="danger" color="#7232dd" size="small" @click="delConversation" text="删除" />
|
|
|
|
+ </div>
|
|
|
|
+ </template>
|
|
|
|
+ </van-swipe-cell>
|
|
|
|
+
|
|
|
|
+ <!-- <div class="no-more font24 fw400" v-if="messagesList.length!==0&&messagesList.length>=recommendTotal">没有更多了</div> -->
|
|
|
|
+ <Status type="noMsg" text="暂无消息" v-if="showNoMsg"></Status>
|
|
|
|
+ </van-list>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
@@ -124,16 +125,10 @@
|
|
showPayPopup:false,
|
|
showPayPopup:false,
|
|
showVipPopup:false,
|
|
showVipPopup:false,
|
|
showPopover:false,
|
|
showPopover:false,
|
|
- actions: [{ text: '全部已读' }, { text: '清空消息' }],
|
|
|
|
|
|
+ actions: [{ text: '全部已读' }, { text: '清空消息' }]
|
|
};
|
|
};
|
|
},
|
|
},
|
|
computed: {
|
|
computed: {
|
|
- statusBarHeight() {
|
|
|
|
- return this.$store.state.statusBarHeight;
|
|
|
|
- },
|
|
|
|
- topbarOffsetHeight() {
|
|
|
|
- return this.$store.state.topbarOffsetHeight;
|
|
|
|
- },
|
|
|
|
platform(){
|
|
platform(){
|
|
return this.$store.state.platform;
|
|
return this.$store.state.platform;
|
|
},
|
|
},
|
|
@@ -145,7 +140,6 @@
|
|
this.$TUIKit.on(this.$TUIKitEvent.CONVERSATION_LIST_UPDATED, this.onConversationListUpdated);
|
|
this.$TUIKit.on(this.$TUIKitEvent.CONVERSATION_LIST_UPDATED, this.onConversationListUpdated);
|
|
},
|
|
},
|
|
mounted() {
|
|
mounted() {
|
|
-
|
|
|
|
this.getUserMessages();
|
|
this.getUserMessages();
|
|
this.getSystemMessages();
|
|
this.getSystemMessages();
|
|
|
|
|
|
@@ -282,7 +276,6 @@
|
|
else{
|
|
else{
|
|
this.showNoMsg=false;
|
|
this.showNoMsg=false;
|
|
}
|
|
}
|
|
- this.scrollHeight=window.screen.height-this.$store.state.tabbarHeight-this.$refs.topnav.offsetHeight;
|
|
|
|
}).catch(err=>{
|
|
}).catch(err=>{
|
|
console.log(err)
|
|
console.log(err)
|
|
})
|
|
})
|
|
@@ -383,7 +376,8 @@
|
|
}
|
|
}
|
|
.scroll{
|
|
.scroll{
|
|
padding-top: 60px;
|
|
padding-top: 60px;
|
|
- overflow-y: auto;
|
|
|
|
|
|
+ padding-bottom: 60px;
|
|
|
|
+ background-color: $bgcolor1;
|
|
.message-item{
|
|
.message-item{
|
|
width: 100vw;
|
|
width: 100vw;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|