Fix:3119 【商城小程序】用户点击商品卡片不会跳转到对应的商品详情页

This commit is contained in:
modendeveloper
2025-01-22 00:26:39 +08:00
parent 5177f5881a
commit 3d6a2785d5
2 changed files with 23 additions and 2 deletions
+1 -1
View File
@@ -777,7 +777,7 @@ export default {
},
goRoom() {
const params = {
goodsId: this.productId,
goodsId: this.id,
goodsName: this.attr.productSelect.store_name,
skuStr: this.attrValue,
price: this.attr.productSelect.price,