提交楼层跳转sku字段替换为 id字段

master
lemon橪 2022-06-07 15:34:09 +08:00 committed by 学习很差啦
parent 0e169bd116
commit 0ba7644862
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ export function modelNavigateTo(item) {
// 活动
case "marketing":
uni.navigateTo({
url: "/pages/product/goods?id=" + val.skuId + "goodsId=" + val.goodsId,
url: "/pages/product/goods?id=" + val.id + "goodsId=" + val.goodsId,
});
break;
case "pages":