Showing
1 changed file
with
6 additions
and
3 deletions
| @@ -106,6 +106,9 @@ export struct DynamicDetailComponent { | @@ -106,6 +106,9 @@ export struct DynamicDetailComponent { | ||
| 106 | .width($r('app.float.margin_48')) | 106 | .width($r('app.float.margin_48')) |
| 107 | .height($r('app.float.margin_48')) | 107 | .height($r('app.float.margin_48')) |
| 108 | .alignContent(Alignment.Center) | 108 | .alignContent(Alignment.Center) |
| 109 | + .onClick(() => { | ||
| 110 | + ProcessUtils.gotoPeopleShipHomePage(this.contentDetailData.rmhInfo == null ?"":this.contentDetailData.rmhInfo.rmhId) | ||
| 111 | + }) | ||
| 109 | Column(){ | 112 | Column(){ |
| 110 | //昵称 | 113 | //昵称 |
| 111 | Text(this.contentDetailData.rmhInfo?.rmhName) | 114 | Text(this.contentDetailData.rmhInfo?.rmhName) |
| @@ -300,7 +303,7 @@ export struct DynamicDetailComponent { | @@ -300,7 +303,7 @@ export struct DynamicDetailComponent { | ||
| 300 | } | 303 | } |
| 301 | } | 304 | } |
| 302 | } | 305 | } |
| 303 | - .padding({ left: this.contentDetailData.videoInfo[0].videoLandScape === 1?0: 16,top: $r('app.float.margin_8')}) | 306 | + .padding({ left: this.contentDetailData.videoInfo[0].videoLandScape === 1?0: 25,top: $r('app.float.margin_8')}) |
| 304 | .onClick((event: ClickEvent) => { | 307 | .onClick((event: ClickEvent) => { |
| 305 | ProcessUtils.processPage(this.mJumpInfo) | 308 | ProcessUtils.processPage(this.mJumpInfo) |
| 306 | }) | 309 | }) |
| @@ -312,8 +315,8 @@ export struct DynamicDetailComponent { | @@ -312,8 +315,8 @@ export struct DynamicDetailComponent { | ||
| 312 | .fontSize($r('app.float.font_size_12')) | 315 | .fontSize($r('app.float.font_size_12')) |
| 313 | .lineHeight($r('app.float.margin_16')) | 316 | .lineHeight($r('app.float.margin_16')) |
| 314 | .margin({ top: $r('app.float.margin_16') | 317 | .margin({ top: $r('app.float.margin_16') |
| 315 | - ,left: $r('app.float.margin_16') | ||
| 316 | - ,right: $r('app.float.margin_16') }) | 318 | + ,left: $r('app.float.vp_12') |
| 319 | + ,right: $r('app.float.vp_12') }) | ||
| 317 | //微信/朋友圈/微博 | 320 | //微信/朋友圈/微博 |
| 318 | Row(){ | 321 | Row(){ |
| 319 | Image($r('app.media.xxhdpi_pic_wechat')) | 322 | Image($r('app.media.xxhdpi_pic_wechat')) |
-
Please register or login to post a comment