Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -321,6 +321,7 @@ export struct ENewspaperPageComponent { | @@ -321,6 +321,7 @@ export struct ENewspaperPageComponent { | ||
| 321 | if (this.isOpenListDialog) { | 321 | if (this.isOpenListDialog) { |
| 322 | ENewspaperListDialog({ | 322 | ENewspaperListDialog({ |
| 323 | newspaperListBean: this.newspaperListBean, | 323 | newspaperListBean: this.newspaperListBean, |
| 324 | + scrollIndex: this.swiperIndex, | ||
| 324 | closeDialog: () => { | 325 | closeDialog: () => { |
| 325 | this.isOpenListDialog = false | 326 | this.isOpenListDialog = false |
| 326 | } | 327 | } |
-
Please register or login to post a comment