|
|
@@ -11,8 +11,11 @@
|
|
|
<li v-for="(data, index) in featureData" @click="openUrl('/')" :class="{'move': hasAnimation }"
|
|
|
@mouseenter="hasAnimation = false"
|
|
|
@mouseleave="hasAnimation = true">
|
|
|
- <div><p>{{data.illustrationF}}</p><p class="illustration">{{data.illustrationS}}</p></div>
|
|
|
- </li>
|
|
|
+ <div>
|
|
|
+ <p>{{data.illustrationF}}</p>
|
|
|
+ <p class="illustration">{{data.illustrationS}}</p>
|
|
|
+ </div>
|
|
|
+ </li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -46,19 +49,6 @@
|
|
|
}
|
|
|
},
|
|
|
computed: {
|
|
|
- isInFrame () {
|
|
|
- if (this.$route.query.type === 'erp') {
|
|
|
- return true
|
|
|
- }
|
|
|
- },
|
|
|
- list () {
|
|
|
- return this.$store.state.supplier.merchant.merchant.data
|
|
|
- },
|
|
|
- all () {
|
|
|
- let count = this.$store.state.supplier.merchant.merchantAll.data
|
|
|
- let supplierCount = count.content ? count.totalElements + '' : '00000'
|
|
|
- return this.formatNumber(supplierCount, 5)
|
|
|
- }
|
|
|
}
|
|
|
}
|
|
|
</script>
|
|
|
@@ -194,6 +184,7 @@
|
|
|
position: relative;
|
|
|
background: url('/images/btbBusiness/feature-bg0.png') no-repeat center;
|
|
|
&:hover{
|
|
|
+ cursor: pointer;
|
|
|
background: url('/images/btbBusiness/feature-bg1.png') no-repeat center;
|
|
|
p{
|
|
|
color: #2d84fd;
|