From 4603a28c5f1965c6d1496d22395a05a463a72fde Mon Sep 17 00:00:00 2001 From: xuwenbo <717567226@qq.com> Date: Mon, 22 Feb 2021 17:53:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=A2=E5=8D=95=E7=8A=B6?= =?UTF-8?q?=E6=80=81=EF=BC=8C=E5=A2=9E=E5=8A=A0=E7=AD=9B=E9=80=89=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/good/index.vue | 2 +- src/views/components/goods/index.vue | 2 +- src/views/shop/goods/index.vue | 6 ++++++ src/views/shop/order/detail.vue | 8 ++++++-- src/views/shop/order/index.vue | 5 ++++- 5 files changed, 18 insertions(+), 5 deletions(-) diff --git a/src/views/components/good/index.vue b/src/views/components/good/index.vue index d6f5cbe..2043198 100644 --- a/src/views/components/good/index.vue +++ b/src/views/components/good/index.vue @@ -99,7 +99,7 @@ export default { beforeInit() { this.url = 'api/yxStoreProduct' const sort = 'id,desc' - this.params = { page: this.page, size: this.size, sort: sort, isShow: 1, isDel: 0 } + this.params = { page: this.page, size: this.size, sort: sort, isShow: 1, isDel: 0 ,isIntegral:0} const query = this.query const type = query.type const value = query.value diff --git a/src/views/components/goods/index.vue b/src/views/components/goods/index.vue index c67c726..3385ca2 100644 --- a/src/views/components/goods/index.vue +++ b/src/views/components/goods/index.vue @@ -181,7 +181,7 @@ export default { beforeInit() { this.url = 'api/yxStoreProduct' const sort = 'id,desc' - this.params = {page: this.page, size: this.size, sort: sort, isShow: 1, isDel: 0} + this.params = {page: this.page, size: this.size, sort: sort, isShow: 1, isDel: 0,isIntegral:0} const query = this.query const type = query.type const value = query.value diff --git a/src/views/shop/goods/index.vue b/src/views/shop/goods/index.vue index 794636f..e13b8e8 100644 --- a/src/views/shop/goods/index.vue +++ b/src/views/shop/goods/index.vue @@ -48,6 +48,12 @@ + + +