mirror of
https://gitee.com/coder-xiaomo/flashsale
synced 2025-09-12 23:11:38 +08:00
商品详情页面
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
$("#container").append($(dom));
|
||||
|
||||
$("#itemDetail" + itemVO.id).on("click", function (e) {
|
||||
window.location.href = "getItem.html?id=" + $(this).data("id");
|
||||
window.location.href = "getitem.html?id=" + $(this).data("id");
|
||||
})
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user