|
|
@@ -4,7 +4,7 @@
|
|
|
<span>供应商推荐</span>
|
|
|
</div>
|
|
|
<ul class="list-unstyled">
|
|
|
- <li v-for="item in list.content" @click="jumpResource(item.enUU)">
|
|
|
+ <li v-for="item in list.content" @click="jumpResource(item.uu)">
|
|
|
<div class="img">
|
|
|
<img :src="item.enLogoUrl || '/images/all/default.png'">
|
|
|
</div>
|
|
|
@@ -33,6 +33,7 @@
|
|
|
},
|
|
|
computed: {
|
|
|
list () {
|
|
|
+ console.log('12', this.$store.state.supplier.merchant.recommend.data)
|
|
|
return this.$store.state.supplier.merchant.recommend.data
|
|
|
}
|
|
|
},
|
|
|
@@ -74,6 +75,7 @@
|
|
|
background: #4290f7;
|
|
|
line-height: 40px;
|
|
|
padding: 0 20px 0;
|
|
|
+ display:block;
|
|
|
.el-dialog__title{
|
|
|
color:#fff;
|
|
|
}
|