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

View File

@ -29,13 +29,13 @@
<up-dropdown-item
v-model="order.push_date"
title="发布时间"
@change="change"
@change="changeDate"
:options="options"
></up-dropdown-item>
<up-dropdown-item
v-model="order.read_num"
title="阅读量"
@change="change"
@change="changeRead"
:options="options"
></up-dropdown-item>
</up-dropdown>
@ -197,6 +197,16 @@ onLoad((options) => {
is_selected.value = options.is_selected;
}
});
const changeDate=(e)=>{
console.log(e);
order.read_num='';
paging.value.reload();
}
const changeRead=(e)=>{
console.log(e);
order.push_date=''
paging.value.reload();
}
const videoErrorCallback = (e) => {
uni.showModal({
content: e.target.errMsg,

View File

@ -1 +1 @@
{"version":3,"file":"specialList.js","sources":["../../software/HBuilderX.4.23.2024070804/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvc3BlY2lhbExpc3Qvc3BlY2lhbExpc3QudnVl"],"sourcesContent":["import MiniProgramPage from 'D:/GitWorkPlace/caseDataBase/pages/specialList/specialList.vue'\nwx.createPage(MiniProgramPage)"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,GAAG,WAAW,eAAe;"}
{"version":3,"file":"specialList.js","sources":["../../software/HBuilderX.4.23.2024070804/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvc3BlY2lhbExpc3Qvc3BlY2lhbExpc3QudnVl"],"sourcesContent":["import MiniProgramPage from 'D:/GitWorkPlace/caseDataBase/pages/specialList/specialList.vue'\nwx.createPage(MiniProgramPage)"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,GAAG,WAAW,eAAe;"}

View File

@ -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: "阅读量",