Explorar o código

Merge remote-tracking branch 'origin/master'

wangcz %!s(int64=8) %!d(string=hai) anos
pai
achega
efd4fbfeaf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      components/search/GoodList.vue

+ 1 - 1
components/search/GoodList.vue

@@ -56,7 +56,7 @@
           <tr v-for="item in good_list.components">
           <tr v-for="item in good_list.components">
             <td>
             <td>
               <nuxt-link class="component-img-box" :to="item.batchCode?`/store/${item.storeId}/${item.batchCode}`:`/product/component/${item.uuid}`">
               <nuxt-link class="component-img-box" :to="item.batchCode?`/store/${item.storeId}/${item.batchCode}`:`/product/component/${item.uuid}`">
-                <img :src="item.img?item.img:item.brand&&item.brand.logoUrl?item.brand.logoUrl:'/images/component/default.png'">
+      <!--          <img :src="item.img?item.img:item.brand&&item.brand.logoUrl?item.brand.logoUrl:'/images/component/default.png'">-->
                 <img :src="item.batchCode?item.img?item.img:'/images/component/default.png':item.brand&&item.brand.logoUrl?item.brand.logoUrl:'/images/component/default.png'">
                 <img :src="item.batchCode?item.img?item.img:'/images/component/default.png':item.brand&&item.brand.logoUrl?item.brand.logoUrl:'/images/component/default.png'">
               </nuxt-link>
               </nuxt-link>
             </td>
             </td>