Kaynağa Gözat

btb商务页开发

gaoxm 7 yıl önce
ebeveyn
işleme
c41b1c72e7

+ 1 - 1
components/btbBusiness/banner.vue

@@ -75,7 +75,7 @@
       .enter{
         display: inline-block;
         padding-left: 21px;
-        margin: 125px 0px 60px 20px;
+        margin: 94px 0px 60px 230px;
         width: 148px;
         height: 38px;
         line-height: 38px;

+ 6 - 15
components/btbBusiness/features.vue

@@ -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;

+ 1 - 17
components/btbBusiness/means.vue

@@ -26,10 +26,9 @@
     </div>
   </div>
 </template>
-
 <script>
   export default {
-    name: 'FiveFeature',
+    name: 'AuxiliaryMeans',
     data () {
       return {
         featureData: [{
@@ -54,25 +53,10 @@
       }
     },
     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>
-
 <style type="text/scss" lang="scss" scoped>
-
   .means{
     width: 100%;
     min-width: 1190px;

+ 1 - 16
components/btbBusiness/service.vue

@@ -23,7 +23,6 @@
     </div>
   </div>
 </template>
-
 <script>
   export default {
     name: 'PlatformService',
@@ -57,19 +56,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)
-      }
     },
     methods: {
       // 鼠标移入更换图标
@@ -98,7 +84,6 @@
     }
   }
 </script>
-
 <style type="text/scss" lang="scss">
   .service{
     height: 450px;
@@ -165,7 +150,7 @@
             margin-top: 82px;
           }
           &:hover{
-            cursor: point;
+            cursor: pointer;
           }
           div{
             float: left;