王士厅

fix: 视频详情页-简介没有全文展开按钮时,点击简介时不需要展开展示;

@@ -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('... 全文')