From 213bb4076d7c3e21863e9ad21f66942ea4ef9b45 Mon Sep 17 00:00:00 2001 From: Richie <280645618@qq.com> Date: Thu, 24 Apr 2025 21:30:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue/src/views/dou/goods/index.vue | 2 +- vue/src/views/jd/goods/index.vue | 2 +- vue/src/views/pdd/goods/index.vue | 2 +- vue/src/views/tao/goods/index.vue | 2 +- vue/src/views/wei/goods/index.vue | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/vue/src/views/dou/goods/index.vue b/vue/src/views/dou/goods/index.vue index cf0eb03b..592b1021 100644 --- a/vue/src/views/dou/goods/index.vue +++ b/vue/src/views/dou/goods/index.vue @@ -185,7 +185,7 @@ export default { }; }, created() { - listShop({platform:6}).then(response => { + listShop({type:400}).then(response => { this.shopList = response.rows; if (this.shopList && this.shopList.length > 0) { this.queryParams.shopId = this.shopList[0].id diff --git a/vue/src/views/jd/goods/index.vue b/vue/src/views/jd/goods/index.vue index b0241a8c..a7ba97bc 100644 --- a/vue/src/views/jd/goods/index.vue +++ b/vue/src/views/jd/goods/index.vue @@ -178,7 +178,7 @@ export default { }; }, created() { - listShop({platform: 3}).then(response => { + listShop({type: 200}).then(response => { this.shopList = response.rows; if (this.shopList && this.shopList.length > 0) { this.queryParams.shopId = this.shopList[0].id diff --git a/vue/src/views/pdd/goods/index.vue b/vue/src/views/pdd/goods/index.vue index b89e5cae..46aaf4ad 100644 --- a/vue/src/views/pdd/goods/index.vue +++ b/vue/src/views/pdd/goods/index.vue @@ -175,7 +175,7 @@ export default { }; }, created() { - listShop({platform:5}).then(response => { + listShop({type:300}).then(response => { this.shopList = response.rows; if (this.shopList && this.shopList.length > 0) { this.queryParams.shopId = this.shopList[0].id diff --git a/vue/src/views/tao/goods/index.vue b/vue/src/views/tao/goods/index.vue index 1db2f88b..71788db4 100644 --- a/vue/src/views/tao/goods/index.vue +++ b/vue/src/views/tao/goods/index.vue @@ -172,7 +172,7 @@ export default { }; }, created() { - listShop({platform: 4}).then(response => { + listShop({type: 100}).then(response => { this.shopList = response.rows; if (this.shopList && this.shopList.length > 0) { this.queryParams.shopId = this.shopList[0].id diff --git a/vue/src/views/wei/goods/index.vue b/vue/src/views/wei/goods/index.vue index e0fe0247..2cbe6915 100644 --- a/vue/src/views/wei/goods/index.vue +++ b/vue/src/views/wei/goods/index.vue @@ -174,7 +174,7 @@ export default { }; }, created() { - listShop({platform: 2}).then(response => { + listShop({type: 500}).then(response => { this.shopList = response.rows; if (this.shopList && this.shopList.length > 0) { this.queryParams.shopId = this.shopList[0].id