lucky před 2 roky
rodič
revize
bafae29013
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/views/product/index.vue

+ 1 - 1
src/views/product/index.vue

@@ -165,7 +165,7 @@ export default {
             id: v1.id,
             // name: v1.id === "1" ? "藏金·1745-实惠装" : "藏金·1745-礼盒装",
             name: v1.good_name,
-            img: require(`@/assets/images/active1/product/unit${v1.id}.png`),
+            img: require(`@/assets/images/${this.$store.getters.type}/product/unit${v1.id}.png`),
 
             stock: parseInt(v1.limit_num + ""),
             weight: v1.weight,