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:
@@ -363,10 +363,10 @@ export function quiteLoginOut () {
|
||||
/**
|
||||
* 跳转im
|
||||
*/
|
||||
export function talkIm (storeId) {
|
||||
export function talkIm (storeId, goodsId, id) {
|
||||
if (isLogin('auth')) {
|
||||
uni.navigateTo({
|
||||
url: `/pages/tabbar/home/web-view?IM=${storeId}`,
|
||||
url: `/pages/mine/im/index?userId=${storeId}&goodsid=${goodsId}&skuid=${id}`
|
||||
});
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user