Commit ec8a84da by qlintonger xeno

眼镜端修复+3

parent 119f1481
......@@ -449,7 +449,8 @@ export class AgoraHandle {
tip: text,
channelID: chatChannelState.value.chatChannelId,
msgId
}
},
chatChannelState.value.chatChannelId
)
}
......@@ -479,7 +480,8 @@ export class AgoraHandle {
tip: data.fileUrl,
channelID,
msgId
}
},
channelID
)
}
......@@ -509,7 +511,8 @@ export class AgoraHandle {
tip: data.fileUrl,
channelID,
msgId
}
},
channelID
)
}
......@@ -540,7 +543,8 @@ export class AgoraHandle {
tip: data.fileUrl,
channelID,
msgId
}
},
channelID
)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment