Showing
1 changed file
with
4 additions
and
2 deletions
| @@ -243,8 +243,10 @@ export struct PlayerTitleView { | @@ -243,8 +243,10 @@ export struct PlayerTitleView { | ||
| 243 | .fontWeight(400) | 243 | .fontWeight(400) |
| 244 | .fontFamily('PingFang SC-Regular') | 244 | .fontFamily('PingFang SC-Regular') |
| 245 | .onClick(() => { | 245 | .onClick(() => { |
| 246 | - this.isOpenDetail = true | ||
| 247 | - this.dialogController?.open() | 246 | + if (this.isOverLines) { |
| 247 | + this.isOpenDetail = true | ||
| 248 | + this.dialogController?.open() | ||
| 249 | + } | ||
| 248 | }) | 250 | }) |
| 249 | if (this.isOverLines) { | 251 | if (this.isOverLines) { |
| 250 | Span('... 全文') | 252 | Span('... 全文') |
-
Please register or login to post a comment