From 50960ed8994e916e4b58a61720df095b1ee16203 Mon Sep 17 00:00:00 2001 From: misworga831 Date: Wed, 7 Jan 2026 17:34:34 +0900 Subject: [PATCH] =?UTF-8?q?fix(=E5=AE=A2=E6=9C=8D=E8=B7=B3=E8=BD=AC):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8DIM=E9=93=BE=E6=8E=A5=E4=B8=ADID=E7=9A=84?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buyer/src/components/mixes/talkIm.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buyer/src/components/mixes/talkIm.vue b/buyer/src/components/mixes/talkIm.vue index ab7c5df1..7d37304b 100644 --- a/buyer/src/components/mixes/talkIm.vue +++ b/buyer/src/components/mixes/talkIm.vue @@ -25,11 +25,11 @@ export default { //携带商品Id,在IM可以发送商品信息 if(goodsId && skuId){ window.open( - this.IMLink + "?token=" + accessToken + "&id=" + id || this.storeMsg.storeId + "&goodsId=" + goodsId + "&skuId=" + skuId + this.IMLink + "?token=" + accessToken + "&id=" + (id || this.storeMsg.storeId) + "&goodsId=" + goodsId + "&skuId=" + skuId ); }else{ window.open( - this.IMLink + "?token=" + accessToken + "&id=" + id || this.storeMsg.storeId + this.IMLink + "?token=" + accessToken + "&id=" + (id || this.storeMsg.storeId) ); }