This commit is contained in:
zoujiandong
2025-07-16 16:37:05 +08:00
parent 0a894696a7
commit 7c31a17146
50 changed files with 86 additions and 58 deletions
+13 -6
View File
@@ -80,15 +80,22 @@ const _sfc_main = {
getStaticDoctor(hospital_id.value);
}
});
const change = (e) => {
const changeDate = (e) => {
common_vendor.index.__f__("log", "at pages/videoList/videoList.vue:156", e);
order.read_num = "";
paging.value.reload();
};
const changeRead = (e) => {
common_vendor.index.__f__("log", "at pages/videoList/videoList.vue:161", e);
order.push_date = "";
paging.value.reload();
};
const formatdate = (date) => {
return common_vendor.dayjs(date).format("YYYY-MM-DD");
};
const goDetail = (id) => {
common_vendor.index.__f__("log", "at pages/videoList/videoList.vue:162", 11111);
common_vendor.index.__f__("log", "at pages/videoList/videoList.vue:163", id);
common_vendor.index.__f__("log", "at pages/videoList/videoList.vue:169", 11111);
common_vendor.index.__f__("log", "at pages/videoList/videoList.vue:170", id);
let type = isArticle.value ? "article" : "video";
utils_navTo.navTo({
url: `/pages/detail/detail?id=${id}&type=${type}`
@@ -161,7 +168,7 @@ const _sfc_main = {
});
};
const queryList = (pageNo, pageSize) => {
common_vendor.index.__f__("log", "at pages/videoList/videoList.vue:238", 666666);
common_vendor.index.__f__("log", "at pages/videoList/videoList.vue:245", 666666);
const params = {
page: pageNo,
page_size: pageSize
@@ -188,14 +195,14 @@ const _sfc_main = {
} : {
h: common_vendor.t(numInfo.video_read_num)
}, {
i: common_vendor.o(change),
i: common_vendor.o(changeDate),
j: common_vendor.o(($event) => order.push_date = $event),
k: common_vendor.p({
title: "发布时间",
options: options.value,
modelValue: order.push_date
}),
l: common_vendor.o(change),
l: common_vendor.o(changeRead),
m: common_vendor.o(($event) => order.read_num = $event),
n: common_vendor.p({
title: "阅读量",
@@ -82,7 +82,7 @@
.u-page.data-v-acc011bc .u-dropdown__menu {
background: #fff;
z-index: 1;
margin-left: 30rpx;
margin-left: 0rpx;
}
.u-page.data-v-acc011bc .u-dropdown__menu__item {
height: 74rpx;