diff --git a/pages/mall/index.vue b/pages/mall/index.vue index 22b1488..ab1070e 100644 --- a/pages/mall/index.vue +++ b/pages/mall/index.vue @@ -30,7 +30,7 @@ > - {{ item.brandName }} + {{ item.name }} - {{ item.categoryName }}/{{ item.name }}/{{ item.manufacturerName }} - + {{ item.manufacturerName }}/{{ item.categoryName }}/{{ item.brandName }} + 克重(价格): - {{ sku.weight }}({{ sku.listPrice }}) + {{ sku.weight }}g({{ sku.listPrice }}元) @@ -134,7 +134,7 @@ export default { onShow() { if (this.hasCompany) { this.storeInformation = { - supplierId: this.$store.state.supplierInfo.supplierId, + supplierId: this.$store.state.supplierInfo.supplierId } this.queryData() this.getSupplier(this.$store.state.supplierInfo.supplierId)