mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-08-23 14:31:54 +08:00
product:优化商品列表的样式、实现代码
This commit is contained in:
@@ -102,7 +102,7 @@ const getDetail = async () => {
|
||||
if ('ProductSpuDetail' === name) {
|
||||
isDetail.value = true
|
||||
}
|
||||
const id = params.spuId as unknown as number
|
||||
const id = params.id as unknown as number
|
||||
if (id) {
|
||||
formLoading.value = true
|
||||
try {
|
||||
|
Reference in New Issue
Block a user