mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-17 07:55:53 +08:00
feat: ✨ 优化联系客服,搜索功能显搜索关键字
This commit is contained in:
@@ -365,8 +365,10 @@ export function quiteLoginOut () {
|
||||
*/
|
||||
export function talkIm (storeId, goodsId, id) {
|
||||
if (isLogin('auth')) {
|
||||
let url = `/pages/mine/im/index?userId=${storeId}`
|
||||
if(goodsId && id) url = `/pages/mine/im/index?userId=${storeId}&goodsid=${goodsId}&skuid=${id}`
|
||||
uni.navigateTo({
|
||||
url: `/pages/mine/im/index?userId=${storeId}&goodsid=${goodsId}&skuid=${id}`
|
||||
url
|
||||
});
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user