|
@@ -165,10 +165,10 @@ export default {
|
|
this.imageList = [`${this.$cdnPath}3D/${this.$route.query.bs}.png`]
|
|
this.imageList = [`${this.$cdnPath}3D/${this.$route.query.bs}.png`]
|
|
} else {
|
|
} else {
|
|
if (this.$route.query.imgNum === 1) {
|
|
if (this.$route.query.imgNum === 1) {
|
|
- this.imageList = [`${this.$cdnPath}2D/${this.$route.query.bs}.jpg`]
|
|
|
|
|
|
+ this.imageList = [`${this.$cdnPath}2D/${this.$route.query.bs}.png`]
|
|
} else {
|
|
} else {
|
|
for (let index = 0; (index < this.$route.query.imgNum) && (index < 3); index++) {
|
|
for (let index = 0; (index < this.$route.query.imgNum) && (index < 3); index++) {
|
|
- this.imageList.push(`${this.$cdnPath}2D/${this.$route.query.bs} (${index + 1}).jpg`)
|
|
|
|
|
|
+ this.imageList.push(`${this.$cdnPath}2D/${this.$route.query.bs} (${index + 1}).png`)
|
|
}
|
|
}
|
|
console.log(this.imageList)
|
|
console.log(this.imageList)
|
|
}
|
|
}
|