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 @@ + + +