chenquansheng

fix |> 回复框几直播预告卡UI样式修改

... ... @@ -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()
}
... ...
... ... @@ -13,7 +13,7 @@ import { ParamType, Tracking } from 'wdTracking/Index';
/**
* 直播预约卡
* Zh_Single_Row-02
* Zh_Single_Row-03
*/
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)
... ...