|
|
@ -135,15 +135,11 @@ export default { |
|
|
if (this.hasCompany) { |
|
|
if (this.hasCompany) { |
|
|
this.storeInformation = { |
|
|
this.storeInformation = { |
|
|
supplierId: this.$store.state.supplierInfo.supplierId, |
|
|
supplierId: this.$store.state.supplierInfo.supplierId, |
|
|
name: this.$store.state.supplierInfo.name |
|
|
|
|
|
} |
|
|
} |
|
|
this.queryData() |
|
|
this.queryData() |
|
|
this.getSupplier(this.$store.state.supplierInfo.supplierId) |
|
|
this.getSupplier(this.$store.state.supplierInfo.supplierId) |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
onShow() { |
|
|
|
|
|
this.downCallback() |
|
|
|
|
|
}, |
|
|
|
|
|
methods: { |
|
|
methods: { |
|
|
back, |
|
|
back, |
|
|
// 获取上新商品数量 |
|
|
// 获取上新商品数量 |
|
|
@ -154,6 +150,7 @@ export default { |
|
|
this.storeInfo = res |
|
|
this.storeInfo = res |
|
|
this.$set(this.storeInformation, 'productNumber', res.productNumber) |
|
|
this.$set(this.storeInformation, 'productNumber', res.productNumber) |
|
|
this.$set(this.storeInformation, 'currentProductNumber', res.currentProductNumber) |
|
|
this.$set(this.storeInformation, 'currentProductNumber', res.currentProductNumber) |
|
|
|
|
|
this.$set(this.storeInformation, 'name', res.name) |
|
|
if (res.logo === '') { |
|
|
if (res.logo === '') { |
|
|
this.logo = 'https://qncloud.oss-cn-shenzhen.aliyuncs.com/ztb_pic/testPic.jfif' |
|
|
this.logo = 'https://qncloud.oss-cn-shenzhen.aliyuncs.com/ztb_pic/testPic.jfif' |
|
|
} else { |
|
|
} else { |
|
|
|