This commit is contained in:
zoujiandong
2025-07-16 15:53:15 +08:00
parent 8b3f81f8da
commit 6097c2b495
35 changed files with 50 additions and 50 deletions
+16 -16
View File
@@ -863,30 +863,31 @@ const _sfc_main = {
n: common_vendor.f(item.sub_comment.slice(0, 3), (cell, index2, i1) => {
return common_vendor.e({
a: "eca06f3c-20-" + i0 + "-" + i1 + ",eca06f3c-0",
b: user_id.value == cell.user_id
b: common_vendor.t(cell.user_name),
c: user_id.value == cell.user_id
}, user_id.value == cell.user_id ? {
c: "eca06f3c-21-" + i0 + "-" + i1 + ",eca06f3c-0",
d: common_vendor.p({
d: "eca06f3c-21-" + i0 + "-" + i1 + ",eca06f3c-0",
e: common_vendor.p({
src: common_vendor.unref(common_assets.selfImg),
width: "69rpx",
height: "31rpx"
})
} : {}, {
e: common_vendor.o(($event) => alertDeal(cell.comment_id, cell.root_id, cell.user_name, cell.is_top, 3, cell.user_id), cell.comment_id),
f: formatHtml(cell.content),
g: cell.comment_image
f: common_vendor.o(($event) => alertDeal(cell.comment_id, cell.root_id, cell.user_name, cell.is_top, 3, cell.user_id), cell.comment_id),
g: formatHtml(cell.content),
h: cell.comment_image
}, cell.comment_image ? {
h: common_vendor.o(($event) => previewImg(cell.comment_image), cell.comment_id),
i: "eca06f3c-22-" + i0 + "-" + i1 + ",eca06f3c-0",
j: common_vendor.p({
i: common_vendor.o(($event) => previewImg(cell.comment_image), cell.comment_id),
j: "eca06f3c-22-" + i0 + "-" + i1 + ",eca06f3c-0",
k: common_vendor.p({
src: cell.comment_image,
radius: "16rpx",
width: "150rpx",
height: "150rpx"
})
} : {}, {
k: common_vendor.t(formatDate(cell.created_at)),
l: cell.comment_id
l: common_vendor.t(formatDate(cell.created_at)),
m: cell.comment_id
});
}),
o: common_vendor.p({
@@ -894,14 +895,13 @@ const _sfc_main = {
width: "86rpx",
height: "86rpx",
radius: "50%"
}),
p: common_vendor.t(item.user_name)
})
} : {}, {
q: item.sub_comment.length > 3
p: item.sub_comment.length > 3
}, item.sub_comment.length > 3 ? {
r: common_vendor.o(($event) => openMorePop(item, item.sub_comment, index), item.comment_id)
q: common_vendor.o(($event) => openMorePop(item, item.sub_comment, index), item.comment_id)
} : {}, {
s: item.comment_id
r: item.comment_id
});
}),
X: common_vendor.p({
File diff suppressed because one or more lines are too long