diff --git a/entry/src/main/ets/pages/NormalVideo.ets b/entry/src/main/ets/pages/NormalVideo.ets index 5c003aee14c6c0b8d4cd83aac3cefd243554281a..cfcf4477ff6e9aa161b37b04fa0d95a91287c2cc 100644 --- a/entry/src/main/ets/pages/NormalVideo.ets +++ b/entry/src/main/ets/pages/NormalVideo.ets @@ -93,7 +93,7 @@ struct NormalVideo { } .width('100%') .alignRules({ - bottom: { anchor: 'review', align: VerticalAlign.Top }, + bottom: { anchor: 'normal_video_review', align: VerticalAlign.Top }, middle: { anchor: '__container__', align: HorizontalAlign.Center } }) .margin({ bottom: 13 })