|
@@ -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,
|