111
This commit is contained in:
@@ -1 +1 @@
|
||||
{"version":3,"file":"detail.js","sources":["../../software/HBuilderX.4.23.2024070804/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvZGV0YWlsL2RldGFpbC52dWU"],"sourcesContent":["import MiniProgramPage from 'D:/GitWorkPlace/caseDataBase/pages/detail/detail.vue'\nwx.createPage(MiniProgramPage)"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,GAAG,WAAW,eAAe;"}
|
||||
{"version":3,"file":"detail.js","sources":["../../software/HBuilderX.4.23.2024070804/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvZGV0YWlsL2RldGFpbC52dWU"],"sourcesContent":["import MiniProgramPage from 'D:/GitWorkPlace/caseDataBase/pages/detail/detail.vue'\nwx.createPage(MiniProgramPage)"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,GAAG,WAAW,eAAe;"}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {}
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
<view id="player"></view>
|
||||
@@ -62,7 +62,7 @@ const _sfc_main = {
|
||||
zIndex: 99,
|
||||
placeholder: false,
|
||||
activeColor: "#3CC7C0",
|
||||
safeAreaInsetBottom: false
|
||||
safeAreaInsetBottom: true
|
||||
})
|
||||
};
|
||||
};
|
||||
|
||||
+31
-13
@@ -1,17 +1,35 @@
|
||||
|
||||
.u-page__item__slot-icon{
|
||||
/**
|
||||
* 这里是uni-app内置的常用样式变量
|
||||
*
|
||||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||||
*
|
||||
*/
|
||||
/**
|
||||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||||
*
|
||||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||||
*/
|
||||
/* 颜色变量 */
|
||||
/* 行为相关颜色 */
|
||||
/* 文字基本颜色 */
|
||||
/* 背景颜色 */
|
||||
/* 边框颜色 */
|
||||
/* 尺寸变量 */
|
||||
/* 文字尺寸 */
|
||||
/* 图片尺寸 */
|
||||
/* Border Radius */
|
||||
/* 水平间距 */
|
||||
/* 垂直间距 */
|
||||
/* 透明度 */
|
||||
/* 文章场景相关 */
|
||||
.u-page__item__slot-icon {
|
||||
width: 47rpx;
|
||||
height: 47rpx;
|
||||
}
|
||||
.u-tabbar__content__item-wrapper{
|
||||
border-top: 2rpx solid #f3f4f6!important;
|
||||
.u-tabbar__content__item-wrapper {
|
||||
border-top: 2rpx solid #f3f4f6 !important;
|
||||
}
|
||||
/* .page{
|
||||
:deep(.u-tabbar){
|
||||
border-top: 2rpx solid #f3f4f6!important;
|
||||
}
|
||||
:deep(.u-tabbar--fixed){
|
||||
border-top: 2rpx solid #f3f4f6!important;
|
||||
}
|
||||
} */
|
||||
|
||||
.u-tabbar-item__text {
|
||||
margin-bottom: 20rpx !important;
|
||||
}
|
||||
Vendored
-1
@@ -64,7 +64,6 @@
|
||||
justify-content: center;
|
||||
}
|
||||
.u-tabbar-item__text.data-v-a54be951 {
|
||||
margin-top: 2px;
|
||||
font-size: 12px;
|
||||
color: #606266;
|
||||
}
|
||||
|
||||
+2
-2
@@ -52,7 +52,6 @@
|
||||
flex-direction: column;
|
||||
flex: 1;
|
||||
justify-content: center;
|
||||
border-top: 2rpx solid #f3f4f6 !important;
|
||||
}
|
||||
.u-tabbar__content.data-v-d5be2d5d {
|
||||
display: flex;
|
||||
@@ -60,7 +59,8 @@
|
||||
background-color: #fff;
|
||||
}
|
||||
.u-tabbar__content__item-wrapper.data-v-d5be2d5d {
|
||||
height: 50px;
|
||||
border-top: 2rpx solid #f3f4f6 !important;
|
||||
height: 74px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-around;
|
||||
|
||||
+98
-95
@@ -37,6 +37,7 @@ const backNav = () => "../../components/backNav/backNav.js";
|
||||
const _sfc_main = {
|
||||
__name: "detail",
|
||||
setup(__props) {
|
||||
const isH5 = common_vendor.ref(false);
|
||||
const user_id = common_vendor.ref("");
|
||||
const paging = common_vendor.ref(null);
|
||||
const dataList = common_vendor.ref([]);
|
||||
@@ -120,9 +121,9 @@ const _sfc_main = {
|
||||
}
|
||||
}
|
||||
};
|
||||
const openMorePop = (obj, list, index) => {
|
||||
const openMorePop = (obj, list2, index) => {
|
||||
showMore.value = true;
|
||||
childList.value = list;
|
||||
childList.value = list2;
|
||||
Object.assign(mainCommentObj, obj);
|
||||
clickIndex.value = index;
|
||||
};
|
||||
@@ -146,7 +147,7 @@ const _sfc_main = {
|
||||
};
|
||||
const getUserPoint = () => {
|
||||
api_api.api.getUserPoint().then((res) => {
|
||||
common_vendor.index.__f__("log", "at pages/detail/detail.vue:672", res.data.data);
|
||||
common_vendor.index.__f__("log", "at pages/detail/detail.vue:676", res.data.data);
|
||||
point.value = res.data.data;
|
||||
});
|
||||
};
|
||||
@@ -325,18 +326,18 @@ const _sfc_main = {
|
||||
};
|
||||
const close = () => {
|
||||
showCommentDialog.value = false;
|
||||
common_vendor.index.__f__("log", "at pages/detail/detail.vue:865", "close");
|
||||
common_vendor.index.__f__("log", "at pages/detail/detail.vue:869", "close");
|
||||
};
|
||||
const openDeal = () => {
|
||||
showDeal.value = true;
|
||||
common_vendor.index.__f__("log", "at pages/detail/detail.vue:870", "open");
|
||||
common_vendor.index.__f__("log", "at pages/detail/detail.vue:874", "open");
|
||||
};
|
||||
const closeDeal = () => {
|
||||
showDeal.value = false;
|
||||
};
|
||||
const openMore = () => {
|
||||
showMore.value = true;
|
||||
common_vendor.index.__f__("log", "at pages/detail/detail.vue:878", "open");
|
||||
common_vendor.index.__f__("log", "at pages/detail/detail.vue:882", "open");
|
||||
};
|
||||
const closeMore = () => {
|
||||
showMore.value = false;
|
||||
@@ -348,7 +349,7 @@ const _sfc_main = {
|
||||
});
|
||||
};
|
||||
const handleUpload = (file) => {
|
||||
let File = file.file;
|
||||
let File2 = file.file;
|
||||
api_api.api.getOss({
|
||||
scene: 1
|
||||
}).then((rep) => {
|
||||
@@ -358,12 +359,12 @@ const _sfc_main = {
|
||||
let time = common_vendor.dayjs().format("YYYYMMDDHHmmss");
|
||||
let random = generateRandomNumber();
|
||||
let filename = time + random;
|
||||
let imgType = "." + getImageFormat(File[0].url);
|
||||
let imgType = "." + getImageFormat(File2[0].url);
|
||||
return new Promise((resolve, reject) => {
|
||||
common_vendor.index.uploadFile({
|
||||
url: host,
|
||||
// 仅为示例,非真实的接口地址
|
||||
filePath: File[0].url,
|
||||
filePath: File2[0].url,
|
||||
name: "file",
|
||||
formData: {
|
||||
OSSAccessKeyId: access_id,
|
||||
@@ -374,12 +375,12 @@ const _sfc_main = {
|
||||
success(res) {
|
||||
if (res.statusCode === 204) {
|
||||
let url = host + "/" + dir + filename + imgType;
|
||||
common_vendor.index.__f__("log", "at pages/detail/detail.vue:1229", url);
|
||||
common_vendor.index.__f__("log", "at pages/detail/detail.vue:1233", url);
|
||||
imgList.value = [url];
|
||||
}
|
||||
},
|
||||
fail: (err) => {
|
||||
common_vendor.index.__f__("log", "at pages/detail/detail.vue:1234", err);
|
||||
common_vendor.index.__f__("log", "at pages/detail/detail.vue:1238", err);
|
||||
}
|
||||
});
|
||||
});
|
||||
@@ -398,8 +399,8 @@ const _sfc_main = {
|
||||
return "unknown";
|
||||
};
|
||||
const afterRead = (file, lists, name) => {
|
||||
common_vendor.index.__f__("log", "at pages/detail/detail.vue:1253", lists);
|
||||
common_vendor.index.__f__("log", "at pages/detail/detail.vue:1254", name);
|
||||
common_vendor.index.__f__("log", "at pages/detail/detail.vue:1257", lists);
|
||||
common_vendor.index.__f__("log", "at pages/detail/detail.vue:1258", name);
|
||||
handleUpload(file);
|
||||
};
|
||||
const delImg = (index) => {
|
||||
@@ -762,34 +763,36 @@ const _sfc_main = {
|
||||
v: common_vendor.t(formatDay(info.push_date)),
|
||||
w: showCanvas.value
|
||||
}, showCanvas.value ? {} : {}, {
|
||||
x: type.value == "video"
|
||||
}, type.value == "video" ? {
|
||||
x: type.value == "video" && !isH5.value
|
||||
}, type.value == "video" && !isH5.value ? {
|
||||
y: "playerContext" + info.video_no,
|
||||
z: "playerId" + info.video_no,
|
||||
A: info.video_no
|
||||
} : type.value == "article" ? {
|
||||
C: common_vendor.p({
|
||||
} : {}, {
|
||||
B: type.value == "video" && isH5.value
|
||||
}, type.value == "video" && isH5.value ? {} : type.value == "article" ? {
|
||||
D: common_vendor.p({
|
||||
content: fromatImg(info.article_content)
|
||||
})
|
||||
} : common_vendor.e({
|
||||
D: info.exchange_content
|
||||
E: info.exchange_content
|
||||
}, info.exchange_content ? {
|
||||
E: common_vendor.p({
|
||||
F: common_vendor.p({
|
||||
content: fromatImg(info.exchange_content)
|
||||
})
|
||||
} : {}, {
|
||||
F: info.exchange_summary
|
||||
G: info.exchange_summary
|
||||
}, info.exchange_summary ? {
|
||||
G: common_vendor.p({
|
||||
H: common_vendor.p({
|
||||
content: fromatImg(info.exchange_summary)
|
||||
})
|
||||
} : {}, {
|
||||
H: info.case_exchange_vote && info.case_exchange_vote.vote_title
|
||||
I: info.case_exchange_vote && info.case_exchange_vote.vote_title
|
||||
}, info.case_exchange_vote && info.case_exchange_vote.vote_title ? common_vendor.e({
|
||||
I: info.case_exchange_vote.is_have_voted != 1
|
||||
J: info.case_exchange_vote.is_have_voted != 1
|
||||
}, info.case_exchange_vote.is_have_voted != 1 ? {
|
||||
J: common_vendor.t(info.case_exchange_vote.vote_title),
|
||||
K: common_vendor.f(info.case_exchange_vote.case_exchange_vote_option, (item, k0, i0) => {
|
||||
K: common_vendor.t(info.case_exchange_vote.vote_title),
|
||||
L: common_vendor.f(info.case_exchange_vote.case_exchange_vote_option, (item, k0, i0) => {
|
||||
return {
|
||||
a: "eca06f3c-15-" + i0 + ",eca06f3c-14",
|
||||
b: common_vendor.p({
|
||||
@@ -800,31 +803,31 @@ const _sfc_main = {
|
||||
c: item.option_id
|
||||
};
|
||||
}),
|
||||
L: common_vendor.o(($event) => option_id.value = $event),
|
||||
M: common_vendor.p({
|
||||
M: common_vendor.o(($event) => option_id.value = $event),
|
||||
N: common_vendor.p({
|
||||
placement: "column",
|
||||
modelValue: option_id.value
|
||||
}),
|
||||
N: common_vendor.o(addVote)
|
||||
O: common_vendor.o(addVote)
|
||||
} : {
|
||||
O: common_vendor.t(info.case_exchange_vote.vote_title),
|
||||
P: common_vendor.f(info.case_exchange_vote.case_exchange_vote_option, (item, k0, i0) => {
|
||||
P: common_vendor.t(info.case_exchange_vote.vote_title),
|
||||
Q: common_vendor.f(info.case_exchange_vote.case_exchange_vote_option, (item, k0, i0) => {
|
||||
return {
|
||||
a: common_vendor.t(item.option_value),
|
||||
b: common_vendor.t(item.proportion),
|
||||
c: item.option_id
|
||||
};
|
||||
}),
|
||||
Q: _ctx.proportion / 100
|
||||
R: _ctx.proportion / 100
|
||||
}) : {}), {
|
||||
B: type.value == "article",
|
||||
R: common_vendor.p({
|
||||
C: type.value == "article",
|
||||
S: common_vendor.p({
|
||||
src: common_vendor.unref(common_assets.commentImg),
|
||||
mode: "widthFix",
|
||||
width: "50rpx"
|
||||
}),
|
||||
S: common_vendor.t(total.value),
|
||||
T: common_vendor.f(dataList.value, (item, index, i0) => {
|
||||
T: common_vendor.t(total.value),
|
||||
U: common_vendor.f(dataList.value, (item, index, i0) => {
|
||||
return common_vendor.e({
|
||||
a: "eca06f3c-17-" + i0 + ",eca06f3c-0",
|
||||
b: common_vendor.t(item.user_name),
|
||||
@@ -879,57 +882,57 @@ const _sfc_main = {
|
||||
o: item.comment_id
|
||||
});
|
||||
}),
|
||||
U: common_vendor.p({
|
||||
V: common_vendor.p({
|
||||
src: common_vendor.unref(common_assets.headImg),
|
||||
width: "86rpx",
|
||||
height: "86rpx",
|
||||
radius: "50%"
|
||||
}),
|
||||
V: common_vendor.sr(paging, "eca06f3c-0", {
|
||||
W: common_vendor.sr(paging, "eca06f3c-0", {
|
||||
"k": "paging"
|
||||
}),
|
||||
W: common_vendor.o(queryList),
|
||||
X: common_vendor.o(($event) => dataList.value = $event),
|
||||
Y: common_vendor.p({
|
||||
X: common_vendor.o(queryList),
|
||||
Y: common_vendor.o(($event) => dataList.value = $event),
|
||||
Z: common_vendor.p({
|
||||
["inside-more"]: true,
|
||||
["loading-more-no-more-text"]: "咱也是有底线的!",
|
||||
["auto-show-back-to-top"]: false,
|
||||
modelValue: dataList.value
|
||||
}),
|
||||
Z: common_vendor.sr(commentTextarea, "eca06f3c-22,eca06f3c-21", {
|
||||
aa: common_vendor.sr(commentTextarea, "eca06f3c-22,eca06f3c-21", {
|
||||
"k": "commentTextarea"
|
||||
}),
|
||||
aa: common_vendor.o(($event) => content.value = $event),
|
||||
ab: common_vendor.p({
|
||||
ab: common_vendor.o(($event) => content.value = $event),
|
||||
ac: common_vendor.p({
|
||||
focus: "true",
|
||||
height: "200",
|
||||
placeholder: placeholder.value,
|
||||
modelValue: content.value
|
||||
}),
|
||||
ac: imgList.value.length > 0
|
||||
ad: imgList.value.length > 0
|
||||
}, imgList.value.length > 0 ? {
|
||||
ad: common_vendor.o(($event) => previewImg(imgList.value[0])),
|
||||
ae: common_vendor.p({
|
||||
ae: common_vendor.o(($event) => previewImg(imgList.value[0])),
|
||||
af: common_vendor.p({
|
||||
src: imgList.value[0],
|
||||
radius: "6",
|
||||
width: "150rpx",
|
||||
height: "150rpx"
|
||||
}),
|
||||
af: common_vendor.p({
|
||||
ag: common_vendor.p({
|
||||
name: "close-circle",
|
||||
color: "#666",
|
||||
size: "16"
|
||||
}),
|
||||
ag: common_vendor.o(delImg)
|
||||
ah: common_vendor.o(delImg)
|
||||
} : {}, {
|
||||
ah: common_vendor.p({
|
||||
ai: common_vendor.p({
|
||||
src: common_vendor.unref(common_assets.uploadImg),
|
||||
mode: "widthFix",
|
||||
width: "40rpx",
|
||||
height: "77rpx"
|
||||
}),
|
||||
ai: common_vendor.o(afterRead),
|
||||
aj: common_vendor.p({
|
||||
aj: common_vendor.o(afterRead),
|
||||
ak: common_vendor.p({
|
||||
["show-upload-list"]: false,
|
||||
name: "imgupload",
|
||||
multiple: true,
|
||||
@@ -937,10 +940,10 @@ const _sfc_main = {
|
||||
width: "40rpx",
|
||||
height: "77rpx"
|
||||
}),
|
||||
ak: common_vendor.o(sendComment),
|
||||
al: common_vendor.o(close),
|
||||
am: common_vendor.o(open),
|
||||
an: common_vendor.p({
|
||||
al: common_vendor.o(sendComment),
|
||||
am: common_vendor.o(close),
|
||||
an: common_vendor.o(open),
|
||||
ao: common_vendor.p({
|
||||
zIndex: 99,
|
||||
overlayStyle: {
|
||||
zIndex: 98
|
||||
@@ -951,20 +954,20 @@ const _sfc_main = {
|
||||
closeable: true,
|
||||
mode: "bottom"
|
||||
}),
|
||||
ao: level.value == 2 && is_author.value
|
||||
ap: level.value == 2 && is_author.value
|
||||
}, level.value == 2 && is_author.value ? {
|
||||
ap: common_vendor.t(is_top.value ? "取消置顶" : "置顶"),
|
||||
aq: common_vendor.o(toggleTop)
|
||||
aq: common_vendor.t(is_top.value ? "取消置顶" : "置顶"),
|
||||
ar: common_vendor.o(toggleTop)
|
||||
} : {}, {
|
||||
ar: common_vendor.o(openCommentDialog),
|
||||
as: is_author.value || user_id.value == comment_userId.value
|
||||
as: common_vendor.o(openCommentDialog),
|
||||
at: is_author.value || user_id.value == comment_userId.value
|
||||
}, is_author.value || user_id.value == comment_userId.value ? {
|
||||
at: common_vendor.o(delComment)
|
||||
av: common_vendor.o(delComment)
|
||||
} : {}, {
|
||||
av: common_vendor.o(closeDealPop),
|
||||
aw: common_vendor.o(closeDeal),
|
||||
ax: common_vendor.o(openDeal),
|
||||
ay: common_vendor.p({
|
||||
aw: common_vendor.o(closeDealPop),
|
||||
ax: common_vendor.o(closeDeal),
|
||||
ay: common_vendor.o(openDeal),
|
||||
az: common_vendor.p({
|
||||
zIndex: 60,
|
||||
overlayStyle: {
|
||||
zIndex: 59
|
||||
@@ -974,33 +977,33 @@ const _sfc_main = {
|
||||
round: 10,
|
||||
mode: "bottom"
|
||||
}),
|
||||
az: common_vendor.p({
|
||||
aA: common_vendor.p({
|
||||
name: "close",
|
||||
color: "#666",
|
||||
size: "20"
|
||||
}),
|
||||
aA: common_vendor.o(closeMore),
|
||||
aB: common_vendor.p({
|
||||
aB: common_vendor.o(closeMore),
|
||||
aC: common_vendor.p({
|
||||
src: common_vendor.unref(common_assets.headImg),
|
||||
width: "86rpx",
|
||||
height: "86rpx",
|
||||
radius: "50%"
|
||||
}),
|
||||
aC: common_vendor.t(mainCommentObj.user_name),
|
||||
aD: common_vendor.o(($event) => alertDeal(mainCommentObj.comment_id, mainCommentObj.comment_id, mainCommentObj.is_author, mainCommentObj.user_name, mainCommentObj.is_top, 2, mainCommentObj.user_id)),
|
||||
aE: common_vendor.t(mainCommentObj.content),
|
||||
aF: mainCommentObj.comment_image
|
||||
aD: common_vendor.t(mainCommentObj.user_name),
|
||||
aE: common_vendor.o(($event) => alertDeal(mainCommentObj.comment_id, mainCommentObj.comment_id, mainCommentObj.is_author, mainCommentObj.user_name, mainCommentObj.is_top, 2, mainCommentObj.user_id)),
|
||||
aF: common_vendor.t(mainCommentObj.content),
|
||||
aG: mainCommentObj.comment_image
|
||||
}, mainCommentObj.comment_image ? {
|
||||
aG: common_vendor.o(($event) => previewImg(mainCommentObj.comment_image)),
|
||||
aH: common_vendor.p({
|
||||
aH: common_vendor.o(($event) => previewImg(mainCommentObj.comment_image)),
|
||||
aI: common_vendor.p({
|
||||
src: mainCommentObj.comment_image,
|
||||
radius: "16rpx",
|
||||
width: "150rpx",
|
||||
height: "150rpx"
|
||||
})
|
||||
} : {}, {
|
||||
aI: common_vendor.t(formatDate(mainCommentObj.created_at)),
|
||||
aJ: common_vendor.f(childList.value, (cell, index, i0) => {
|
||||
aJ: common_vendor.t(formatDate(mainCommentObj.created_at)),
|
||||
aK: common_vendor.f(childList.value, (cell, index, i0) => {
|
||||
return common_vendor.e({
|
||||
a: "eca06f3c-32-" + i0 + ",eca06f3c-28",
|
||||
b: common_vendor.t(cell.user_name),
|
||||
@@ -1021,23 +1024,23 @@ const _sfc_main = {
|
||||
j: cell.comment_id
|
||||
});
|
||||
}),
|
||||
aK: common_vendor.p({
|
||||
aL: common_vendor.p({
|
||||
src: common_vendor.unref(common_assets.headImg),
|
||||
width: "86rpx",
|
||||
height: "86rpx",
|
||||
radius: "50%"
|
||||
}),
|
||||
aL: common_vendor.o(($event) => _ctx.value = $event),
|
||||
aM: common_vendor.p({
|
||||
aM: common_vendor.o(($event) => _ctx.value = $event),
|
||||
aN: common_vendor.p({
|
||||
readonly: true,
|
||||
placeholder: "@" + mainCommentObj.user_name + ":",
|
||||
border: "surround",
|
||||
modelValue: _ctx.value
|
||||
}),
|
||||
aN: common_vendor.o(showReplyPop),
|
||||
aO: common_vendor.o(closeMore),
|
||||
aP: common_vendor.o(openMore),
|
||||
aQ: common_vendor.p({
|
||||
aO: common_vendor.o(showReplyPop),
|
||||
aP: common_vendor.o(closeMore),
|
||||
aQ: common_vendor.o(openMore),
|
||||
aR: common_vendor.p({
|
||||
zIndex: 10,
|
||||
overlayStyle: {
|
||||
zIndex: 9
|
||||
@@ -1047,26 +1050,26 @@ const _sfc_main = {
|
||||
round: 10,
|
||||
mode: "bottom"
|
||||
}),
|
||||
aR: common_vendor.t(point.value),
|
||||
aS: common_vendor.o(($event) => changePoint("minus")),
|
||||
aT: common_vendor.o(inputPoint),
|
||||
aU: common_vendor.o(($event) => givePointValue.value = $event),
|
||||
aV: common_vendor.p({
|
||||
aS: common_vendor.t(point.value),
|
||||
aT: common_vendor.o(($event) => changePoint("minus")),
|
||||
aU: common_vendor.o(inputPoint),
|
||||
aV: common_vendor.o(($event) => givePointValue.value = $event),
|
||||
aW: common_vendor.p({
|
||||
placeholder: "请输入打赏积分",
|
||||
type: "number",
|
||||
border: "surround",
|
||||
modelValue: givePointValue.value
|
||||
}),
|
||||
aW: common_vendor.o(($event) => changePoint("add")),
|
||||
aX: common_vendor.o(($event) => showGive.value = false),
|
||||
aY: common_vendor.o(confirmGive),
|
||||
aZ: common_vendor.p({
|
||||
aX: common_vendor.o(($event) => changePoint("add")),
|
||||
aY: common_vendor.o(($event) => showGive.value = false),
|
||||
aZ: common_vendor.o(confirmGive),
|
||||
ba: common_vendor.p({
|
||||
show: showGive.value,
|
||||
["mask-click-able"]: true
|
||||
}),
|
||||
ba: common_vendor.o(($event) => showModal.value = false),
|
||||
bb: common_vendor.o(confirmDel),
|
||||
bc: common_vendor.p({
|
||||
bb: common_vendor.o(($event) => showModal.value = false),
|
||||
bc: common_vendor.o(confirmDel),
|
||||
bd: common_vendor.p({
|
||||
show: showModal.value,
|
||||
["mask-click-able"]: true
|
||||
})
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -103,7 +103,7 @@
|
||||
}
|
||||
.page.data-v-1cf27b2a {
|
||||
background: #f9fafb;
|
||||
height: calc(100vh - 400rpx);
|
||||
height: calc(100vh - 425rpx);
|
||||
overflow-y: scroll;
|
||||
}
|
||||
.kubox.data-v-1cf27b2a {
|
||||
|
||||
+1
-1
@@ -316,7 +316,7 @@ const _sfc_main = {
|
||||
});
|
||||
};
|
||||
const queryList = (pageNo, pageSize) => {
|
||||
common_vendor.index.__f__("log", "at pages/search/search.vue:464", 666666);
|
||||
common_vendor.index.__f__("log", "at pages/search/search.vue:469", 666666);
|
||||
const params = {
|
||||
page: pageNo,
|
||||
page_size: pageSize
|
||||
|
||||
Reference in New Issue
Block a user