From 5aa85f600a95fcdfab8e4460c0c406ae03a03db1 Mon Sep 17 00:00:00 2001 From: 1154079537 <1154079537@qq.com> Date: Fri, 10 May 2024 15:37:02 +0800 Subject: [PATCH] 21 --- pages/cloud_warehouse/home/home.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/cloud_warehouse/home/home.vue b/pages/cloud_warehouse/home/home.vue index c182921..02c91a7 100644 --- a/pages/cloud_warehouse/home/home.vue +++ b/pages/cloud_warehouse/home/home.vue @@ -306,7 +306,7 @@ page: 1, limit: 20, mer_type: 1, //1-里海云仓, 2-云市场, 3-名优特产 - mer_cate_pid: '', + cate_pid: '', keyword: '', deduction_rate: '', //抵扣比例 rand: 1 @@ -355,13 +355,13 @@ store_category_id: '' }) this.cate_change_children = 0; - this.where.mer_cate_pid = this.store_category[e].store_category_id; + this.where.cate_pid = this.store_category[e].store_category_id; this.getProductslist(true); }, changeChildrenCate(e) { this.cate_change_children = e; - this.where.mer_cate_pid = this.store_category_children[e].store_category_id; - if (e == 0) this.where.mer_cate_pid = this.store_category[this.cate_change] + this.where.cate_pid = this.store_category_children[e].store_category_id; + if (e == 0) this.where.cate_pid = this.store_category[this.cate_change] .store_category_id; // 如若选中全部, 则取父级id this.getProductslist(true); },