yuanyuan 3 years ago
parent
commit
97f5a69947
1 changed files with 1 additions and 7 deletions
  1. 1 7
      src/components/product/SaleInfo.vue

+ 1 - 7
src/components/product/SaleInfo.vue

@@ -58,13 +58,7 @@
                     @click="onAddCart(item)"
                     v-if="item.inCart == false"
                 />
-                <img
-                    :src="require('@assets/yijiaru@3x.png')"
-                    alt=""
-                    class="product-info_img"
-                    v-else
-                    @click="onAddCart(item)"
-                />
+                <img :src="require('@assets/yijiaru@3x.png')" alt="" class="product-info_img" v-else />
             </div>
         </van-list>
     </van-action-sheet>