-
+ /> -->
+
{{ userStore.nickname }}
@@ -244,10 +257,13 @@ onLoad((options) => {
setTimeout(() => {
dialogueStore.setDialogue(openSession)
if (openSession.unread_num > 0) {
- ServeClearTalkUnreadNum({
- talk_type: openSession.talk_type,
- receiver_id: openSession.receiver_id,
- },dialogueParams.unReadNum).then(() => {
+ ServeClearTalkUnreadNum(
+ {
+ talk_type: openSession.talk_type,
+ receiver_id: openSession.receiver_id,
+ },
+ dialogueParams.unReadNum,
+ ).then(() => {
talkStore.updateItem({
index_name: openSession.index_name,
unread_num: 0,