format
This commit is contained in:
@@ -52,10 +52,12 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
onShow() {
|
||||
this.initGroupInfo()
|
||||
},
|
||||
onLoad(e) {
|
||||
this.targetId = e.targetId
|
||||
this.initGroupInfo()
|
||||
// 获取历史消息列表
|
||||
this.getMessageList()
|
||||
// 监听新消息
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<view class="no-lists" v-else>
|
||||
<u-image class="cover" radius="4" width="400rpx" height="400rpx"
|
||||
:src="require('@/static/imgs/no-friend.png')" :lazy-load="true" />
|
||||
<span> 暂无群聊申请数据~</span>
|
||||
<span>暂无群聊申请数据</span>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
@@ -82,7 +82,6 @@
|
||||
uni.$emit('groupInvitedUser')
|
||||
}
|
||||
})
|
||||
|
||||
}).catch(err => {
|
||||
// uni.showToast({
|
||||
// title: err.message,
|
||||
|
||||
Reference in New Issue
Block a user