yangc 8 سال پیش
والد
کامیت
89bc36e9a6
2فایلهای تغییر یافته به همراه7 افزوده شده و 3 حذف شده
  1. 1 1
      components/mobile/store/StoreDetail.vue
  2. 6 2
      pages/mobile/search/_keycode.vue

+ 1 - 1
components/mobile/store/StoreDetail.vue

@@ -29,7 +29,7 @@
         <tbody>
         <tr v-for="commodity in searchLists" @click="goProductDetail(commodity.uuid)">
           <td class="store-name">
-            <div>{{commodity.kindNameCn}}</div>
+            <div>{{commodity.code}}</div>
             <div>{{commodity.brandNameCn}}</div>
           </td>
           <td>

+ 6 - 2
pages/mobile/search/_keycode.vue

@@ -20,7 +20,7 @@
     </div>
 
     <div class="detail-brand-content" v-if="productList.brands" @click="goBrand(list.uuid)">
-      <h4>主营产品</h4>
+      <h4>主营产品 <img src="/images/mobile/@2x/search/search-brand.png" alt=""></h4>
       <div class="brand-list">
         <div class="list-left">
           <img :src="list.logoUrl || '/images/component/default.png'" :alt="list.nameEn"/>
@@ -278,7 +278,11 @@
         font-size:.32rem;
         line-height: .6rem;
         margin:0 0 0 3.97rem;
-        background: url('/images/mobile/@2x/search/search-brand.png')no-repeat;
+        img {
+          position: absolute;
+          left: -132px;
+          top: 24px;
+        }
       }
       .brand-list{
         display:flex;