mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-17 16:05:53 +08:00
im重复请求
This commit is contained in:
@@ -228,7 +228,7 @@ export default {
|
|||||||
uni.closeSocket();
|
uni.closeSocket();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onLoad (options) {
|
onReady (options) {
|
||||||
// 没有goodsid则不显示 发送商品弹窗
|
// 没有goodsid则不显示 发送商品弹窗
|
||||||
this.showHideModel = options.goodsid
|
this.showHideModel = options.goodsid
|
||||||
// 发送后刷新页面不显示 发送商品弹窗 local里面imGoodId不为空显示
|
// 发送后刷新页面不显示 发送商品弹窗 local里面imGoodId不为空显示
|
||||||
@@ -442,7 +442,6 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
uni.closeSocket();
|
uni.closeSocket();
|
||||||
}
|
}
|
||||||
this.count++
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
// 监听收到信息
|
// 监听收到信息
|
||||||
|
|||||||
Reference in New Issue
Block a user