|
|
@@ -160,7 +160,7 @@ export default {
|
|
|
},
|
|
|
computed: {
|
|
|
banners() {
|
|
|
- return this.info.pics || [];
|
|
|
+ return this.info.pic || [];
|
|
|
},
|
|
|
properties() {
|
|
|
return this.info.properties || [];
|
|
|
@@ -171,7 +171,7 @@ export default {
|
|
|
boxs() {
|
|
|
let list = [...this.blindBoxItems];
|
|
|
return list.map(item => {
|
|
|
- return this.changeImgs(item.pics);
|
|
|
+ return this.changeImgs(item.pic);
|
|
|
});
|
|
|
}
|
|
|
},
|