This commit is contained in:
zoujiandong
2025-07-16 16:22:51 +08:00
parent 15dd107326
commit 0a894696a7
3 changed files with 26 additions and 6 deletions
@@ -59,6 +59,16 @@ const _sfc_main = {
is_selected.value = options2.is_selected;
}
});
const changeDate = (e) => {
common_vendor.index.__f__("log", "at pages/specialList/specialList.vue:201", e);
order.read_num = "";
paging.value.reload();
};
const changeRead = (e) => {
common_vendor.index.__f__("log", "at pages/specialList/specialList.vue:206", e);
order.push_date = "";
paging.value.reload();
};
const videoErrorCallback = (e) => {
common_vendor.index.showModal({
content: e.target.errMsg,
@@ -78,7 +88,7 @@ const _sfc_main = {
});
};
const queryList = (pageNo, pageSize) => {
common_vendor.index.__f__("log", "at pages/specialList/specialList.vue:218", 666666);
common_vendor.index.__f__("log", "at pages/specialList/specialList.vue:228", 666666);
const params = {
page: pageNo,
page_size: pageSize
@@ -125,14 +135,14 @@ const _sfc_main = {
}, keyWord.value ? {
f: common_vendor.t(keyWord.value)
} : {}) : {}, {
g: common_vendor.o(_ctx.change),
g: common_vendor.o(changeDate),
h: common_vendor.o(($event) => order.push_date = $event),
i: common_vendor.p({
title: "发布时间",
options: options.value,
modelValue: order.push_date
}),
j: common_vendor.o(_ctx.change),
j: common_vendor.o(changeRead),
k: common_vendor.o(($event) => order.read_num = $event),
l: common_vendor.p({
title: "阅读量",