Fix:3156 【商城小程序】客服消息--点击商品卡片跳转到商品详情页,在商品详情页中点击“客服”,聊天记录显示空白
This commit is contained in:
@@ -129,7 +129,7 @@ export default {
|
|||||||
this.content = uni.getStorageSync(this.merName+this.uid+this.storeId)
|
this.content = uni.getStorageSync(this.merName+this.uid+this.storeId)
|
||||||
this.connectSocketInit()
|
this.connectSocketInit()
|
||||||
},
|
},
|
||||||
onUnload() {
|
onHide() {
|
||||||
if (this.socketOpen) {
|
if (this.socketOpen) {
|
||||||
this.socketTask.close();
|
this.socketTask.close();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user