1
0
mirror of https://gitee.com/coder-xiaomo/flashsale synced 2025-09-12 23:11:38 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

商品详情页面

This commit is contained in:
2022-03-03 21:52:29 +08:00
parent d3a21edbdc
commit 544cd6b69e
3 changed files with 98 additions and 2 deletions

View File

@@ -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");
})
}
}