修复bug
This commit is contained in:
parent
93c7ff1ed0
commit
213bb4076d
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue