mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-17 07:55:53 +08:00
修改筛选逻辑判断
This commit is contained in:
@@ -477,7 +477,7 @@ export default {
|
||||
}
|
||||
});
|
||||
|
||||
this.params.brandId = this.params.brandId.join("@") || this.params.brandId;
|
||||
this.params.brandId = this.params.brandId.join("@") || "";
|
||||
|
||||
// 处理分类 (单选)
|
||||
if (this.selectedWay["categoryId"][0]) {
|
||||
|
||||
Reference in New Issue
Block a user