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