Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
chenquansheng
2024-08-16 17:59:25 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
69f0665fecbedf737d89b22eb3f63165fc1e9357
69f0665f
1 parent
59cb603f
fix |> 回复框几直播预告卡UI样式修改
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
sight_harmony/features/wdComponent/src/main/ets/components/comment/view/CommentComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleRow03.ets
sight_harmony/features/wdComponent/src/main/ets/components/comment/view/CommentComponent.ets
View file @
69f0665
...
...
@@ -456,7 +456,7 @@ struct ChildCommentItem {
if (this.item.id && this.item.checkStatus == '2') { // 审核通过的才显示回复
this.publishCommentModel.rootCommentId = this.item.rootCommentId
this.publishCommentModel.parentId = this.item.id
this.publishCommentModel.placeHolderText = '回复' + this.item.fromUserName + ':'
this.publishCommentModel.placeHolderText = '回复
' + this.item.fromUserName + ':'
if (this.dialogController != null) {
this.dialogController.open()
}
...
...
@@ -668,7 +668,7 @@ struct commentHeaderView {
if (this.item.id && this.item.checkStatus == '2') { // 审核通过的才显示回复
this.publishCommentModel.rootCommentId = this.item.rootCommentId
this.publishCommentModel.parentId = this.item.id
this.publishCommentModel.placeHolderText = '回复' + this.item.fromUserName + ':'
this.publishCommentModel.placeHolderText = '回复
' + this.item.fromUserName + ':'
if (this.dialogController != null) {
this.dialogController.open()
}
...
...
@@ -745,7 +745,7 @@ struct commentFooterView {
if (this.item.id && this.item.checkStatus == '2') { // 审核通过的才显示回复
this.publishCommentModel.rootCommentId = this.item.rootCommentId
this.publishCommentModel.parentId = this.item.id
this.publishCommentModel.placeHolderText = '回复' + this.item.fromUserName + ':'
this.publishCommentModel.placeHolderText = '回复
' + this.item.fromUserName + ':'
if (this.dialogController != null) {
this.dialogController.open()
}
...
...
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleRow03.ets
View file @
69f0665
...
...
@@ -13,7 +13,7 @@ import { ParamType, Tracking } from 'wdTracking/Index';
/**
* 直播预约卡
* Zh_Single_Row-0
2
* Zh_Single_Row-0
3
*/
const TAG = 'Zh_Single_Row-03'
...
...
@@ -266,6 +266,11 @@ export struct ZhSingleRow03 {
.margin({right: 12})
.backgroundColor(0xf5f5f5)
.margin({right: 12})
.border({
width: 0.7,
color: '#EDEDED',
radius: 3
})
Text(item.newsTitle)
.width(154)
...
...
Please
register
or
login
to post a comment