|
|
@@ -221,8 +221,14 @@ export default {
|
|
|
this.setLnbh(this.lnbndata);
|
|
|
},
|
|
|
yearChange() {
|
|
|
- let yobj = this.yearList.find((y) => y.year == this.nowyear);
|
|
|
- this.setImager(yobj);
|
|
|
+ // let yobj = this.yearList.find((y) => y.year == this.nowyear);
|
|
|
+ // this.setImager(yobj);
|
|
|
+ this.yearList.forEach((yobj) => {
|
|
|
+ this.setImager(yobj, yobj.year == this.nowyear);
|
|
|
+ if (yobj.year == this.nowyear) {
|
|
|
+ init_handler(yobj, this.showInfo);
|
|
|
+ }
|
|
|
+ });
|
|
|
this.regionChange();
|
|
|
},
|
|
|
dlbmChange() {
|