@@ -173,6 +173,7 @@
this.corpId = this.getQueryParam('corpId')
this.memberId = this.getQueryParam('memberId')
this.sessionId = this.getQueryParam('sessionId')
+ document.title = this.getQueryParam('sessionName')
this.chatData()
this.startPolling()
},
@@ -194,7 +194,7 @@
handlePrize (item) {
if (item.onlineStatus) {
- window.location.href = `chat.html?httpUrl=${this.httpUrl}&corpId=${this.corpId}&memberId=${this.memberId}&sessionId=${item.sessionId}`;
+ window.location.href = `chat.html?httpUrl=${this.httpUrl}&corpId=${this.corpId}&memberId=${this.memberId}&sessionId=${item.sessionId}$sessionName=${item.sessionName}`;
} else {
return false
}