Compare commits

..

No commits in common. "99ca3faefe5ce08924e0a90a49d2c856ba8f0c96" and "5b0a14ae571cdfa7bdde89a6d36d3ee0b6461117" have entirely different histories.

1 changed files with 0 additions and 6 deletions

View File

@ -909,8 +909,6 @@ export default {
//
handleGetConversationDetail() {
if (!this.currentDMid) return;
this.$u.api
.GetConversationDetail({
"Item1.Id": this.currentDMid,
@ -934,8 +932,6 @@ export default {
// >1退
refreshPageWithFallback() {
if (!this.currentDMid) return;
const currentIndex = this.pageQuery.PageIndex || 1;
const pageSize = this.pageQuery.PageSize;
@ -987,8 +983,6 @@ export default {
onScrollToUpper() {
console.log("触发上拉刷新");
if (!this.currentDMid) return;
//
if (this.noMoreData || this.isSwitchingConversation) {
return;