|
@@ -21,7 +21,7 @@ export default {
|
|
|
list: [
|
|
|
{
|
|
|
index: 1,
|
|
|
- total: 4,
|
|
|
+ total: 5,
|
|
|
},
|
|
|
{
|
|
|
index: 2,
|
|
@@ -69,7 +69,8 @@ export default {
|
|
|
total = this.list[findi].total;
|
|
|
}
|
|
|
for(let i=0;i<total;i++){
|
|
|
- this.showList.push(require(`@/assets/images/introduce/${index}/${i+1}.0@2x.${index+''==='1'?'jpg':'png'}?time=${Date.parse(new Date())}`))
|
|
|
+ //?time=${Date.parse(new Date())}
|
|
|
+ this.showList.push(require(`@/assets/images/introduce/${index}/${i+1}.0@2x.png`))
|
|
|
}
|
|
|
},
|
|
|
},
|