|
|
|
@ -30,7 +30,7 @@ |
|
|
|
></image> |
|
|
|
<view class="" style="width: 100%"> |
|
|
|
<view class="title"> |
|
|
|
<view class="">{{ item.brandName }}</view> |
|
|
|
<view class="">{{ item.name }}</view> |
|
|
|
<view class=""> |
|
|
|
<image |
|
|
|
class="icon" |
|
|
|
@ -39,10 +39,10 @@ |
|
|
|
></image> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="sub-title">{{ item.categoryName }}/{{ item.name }}/{{ item.manufacturerName }}</view> |
|
|
|
<view class="desc"> |
|
|
|
<view class="sub-title">{{ item.manufacturerName }}/{{ item.categoryName }}/{{ item.brandName }}</view> |
|
|
|
<view class="desc flex-row-center-start" style="flex-wrap: wrap"> |
|
|
|
克重(价格): |
|
|
|
<text v-for="(sku, index) in item.skuList" :key="index">{{ sku.weight }}({{ sku.listPrice }})</text> |
|
|
|
<text style="margin-right: 8rpx" v-for="(sku, index) in item.skuList" :key="index">{{ sku.weight }}g({{ sku.listPrice }}元)</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
@ -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) |
|
|
|
|