mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-08-21 13:31:53 +08:00
review 秒杀活动
This commit is contained in:
@@ -256,7 +256,6 @@ const imagePreview = (imgUrl: string) => {
|
||||
|
||||
const categoryList = ref() // 分类树
|
||||
|
||||
// TODO @puhui999:商品搜索的时候,可以通过一级搜二级;所以这个校验可以去掉哈;也就是说,只允许挂在二级,但是一级可搜索到
|
||||
/** 初始化 **/
|
||||
onMounted(async () => {
|
||||
await getList()
|
||||
|
@@ -7,6 +7,7 @@ type SpuProperty<T> = {
|
||||
spuDetail: T
|
||||
propertyList: Properties[]
|
||||
}
|
||||
|
||||
/**
|
||||
* 提供商品活动商品选择通用组件
|
||||
*/
|
||||
|
Reference in New Issue
Block a user