yangc 7 жил өмнө
parent
commit
c52b74aca9

+ 12 - 4
components/home/KindCategory.vue

@@ -4,6 +4,7 @@
       <li v-for="kind in kindsToShow" class="kind-main-item" :class="{active: kind.id==activeKindId}"
         @mouseenter="showChildrenLayout(kind)">
         <nuxt-link :to="`/product/kind/${kind.id}`">
+          <img :src="kind.img" alt="">
           <span>{{ kind.nameCn }}</span>
           <i class="iconfont icon-arrow-right icon-sm pull-right"></i>
         </nuxt-link>
@@ -92,8 +93,9 @@
   }
   .kind-category {
     position: absolute;
-    width: 200px;
+    width: 220px;
     height: 477px;
+    z-index: 2;
 
     .kind-main {
       margin: 0;
@@ -103,7 +105,7 @@
       .kind-main-item {
         height: 34.1px;
         line-height: 34.1px;
-        padding: 0 10px 0 20px;
+        padding: 0 10px 0 23px;
         background: rgba(80, 120, 203, 0.9);
         display: block;
 
@@ -113,12 +115,18 @@
           > .iconfont {
             opacity: 0;
           }
+          img {
+            margin-right: 16px;
+            width: 14px;
+          }
         }
 
         &.item-more {
           background-color: #4c66bb;
           font-weight: bold;
-          font-size: 12px;
+          font-size: 14px;
+          padding: 0;
+          text-align: center;
         }
 
         &.active,&:hover {
@@ -138,7 +146,7 @@
     .kind-children {
       position: absolute;
       top: 0;
-      left: 200px;
+      left: 220px;
       z-index: 9;
       box-shadow: 1px 0 3px #666;
 

+ 1 - 1
components/product/KindBox.vue

@@ -7,7 +7,7 @@
           <ul id="letter-nav">
             <!--| orderBy : 'namelength'-->
             <li class="text-num" v-for="(kind, index) in kinds" :style="index <= 6 || boxFirstFixed == true? 'border-bottom: 1px dashed #ccc;': 'border-bottom: 1px dashed #f1f4fb;'">
-              <img class="content-thumbnail-list" :src=imgList[index]><a :title="kind.nameCn"  @click="scrollTo(kind.id)">{{kind.nameCn}}</a>
+              <img class="content-thumbnail-list" :src="imgList[index]"><a :title="kind.nameCn"  @click="scrollTo(kind.id)">{{kind.nameCn}}</a>
             </li>
           </ul>
         </div>

+ 0 - 1
components/search/ForwardGoodsList.vue

@@ -75,7 +75,6 @@
     },
     methods: {
       goSeek: function (item) {
-        console.log(item)
         this.productItem.cmpCode = item.cmpCode
         this.productItem.brand = item.pbrand || item.pbranden
         this.productItem.prodName = item.kind || item.kinden

+ 0 - 1
pages/mobile/center/user/invoice/waitinvoice.vue

@@ -265,7 +265,6 @@
               item.$active = false
             })
             this.invoiceList = [...this.invoiceList, ...arr]
-            console.log(this.invoiceList)
           }
         },
         immediate: true

+ 0 - 1
pages/mobile/order/index.vue

@@ -814,7 +814,6 @@
         if (this.vendorType === 'buyer') {
           id = EncryptionFilter(item.orderid)
         }
-        console.log(`/mobile/order/details?uuid=${id}&type=${this.vendorType}&paytype=${item.paytype}`)
         this.$router.push(`/mobile/order/details?uuid=${id}&type=${this.vendorType}&paytype=${item.paytype}`)
       },
       // 买家确认收货

+ 0 - 1
pages/mobile/search/newkeycode.vue

@@ -430,7 +430,6 @@
       },
       // 搜索点击事件
       onClickSearchHander() {
-        console.log(this.keyword)
         if (!this.keyword) {this.setRemindText('请输入关键字')}
         this.$router.push(`/mobile/search/newkeycode?choosetype=${this.ChooseTop}&keyword=${this.keyword}`)
         // this.setChangelistHander(this.ChooseTop)