|
@@ -118,7 +118,14 @@
|
|
|
</div>
|
|
</div>
|
|
|
<div class="content">
|
|
<div class="content">
|
|
|
<div class="fl">
|
|
<div class="fl">
|
|
|
- <div class="linetext">类目(产品名称):{{item.kinden || '-'}}</div>
|
|
|
|
|
|
|
+ <div class="linetext">类目(产品名称):
|
|
|
|
|
+ <template v-if="!item.kind">
|
|
|
|
|
+ {{item.kinden || '-'}}
|
|
|
|
|
+ </template>
|
|
|
|
|
+ <template v-else>
|
|
|
|
|
+ {{item.kind || '-'}}
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </div>
|
|
|
<div class="linetext">品牌:{{item.pbranden}}</div>
|
|
<div class="linetext">品牌:{{item.pbranden}}</div>
|
|
|
<div class="linetext">单位:PCS</div>
|
|
<div class="linetext">单位:PCS</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -437,6 +444,7 @@
|
|
|
})
|
|
})
|
|
|
} else if (val === 'mystore') {
|
|
} else if (val === 'mystore') {
|
|
|
if (this.$store.state.option.storeStatus.data.uuid) {
|
|
if (this.$store.state.option.storeStatus.data.uuid) {
|
|
|
|
|
+ console.log(this.$store.state.option.storeStatus.data.uuid)
|
|
|
this.$router.push(`/mobile/shop/${this.shopuuid}`)
|
|
this.$router.push(`/mobile/shop/${this.shopuuid}`)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|