Compare commits
No commits in common. "0a894696a7bc68902f831814ea57df0c01298f66" and "6097c2b4956e8153b3385ebd1ed1dc3ee896af53" have entirely different histories.
0a894696a7
...
6097c2b495
@ -423,7 +423,7 @@
|
|||||||
<up-icon name="close" color="#666" size="20"></up-icon>
|
<up-icon name="close" color="#666" size="20"></up-icon>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<scroll-view class="commentScroll" scroll-y="true">
|
<view class="commentScroll">
|
||||||
<view class="unit commentcon">
|
<view class="unit commentcon">
|
||||||
<view class="item">
|
<view class="item">
|
||||||
<up--image
|
<up--image
|
||||||
@ -533,7 +533,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</scroll-view>
|
</view>
|
||||||
<view class="bottom" @click="showReplyPop">
|
<view class="bottom" @click="showReplyPop">
|
||||||
<up-input
|
<up-input
|
||||||
readonly
|
readonly
|
||||||
@ -1852,7 +1852,7 @@ const readRecord=()=>{
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
:deep(.u-image) {
|
:deep(.u-image) {
|
||||||
background: none !important;
|
background: none !important;
|
||||||
padding-bottom: 16rpx;
|
padding-bottom: 6rpx;
|
||||||
}
|
}
|
||||||
.selfImg{
|
.selfImg{
|
||||||
padding-bottom: 6rpx;
|
padding-bottom: 6rpx;
|
||||||
|
|||||||
@ -29,13 +29,13 @@
|
|||||||
<up-dropdown-item
|
<up-dropdown-item
|
||||||
v-model="order.push_date"
|
v-model="order.push_date"
|
||||||
title="发布时间"
|
title="发布时间"
|
||||||
@change="changeDate"
|
@change="change"
|
||||||
:options="options"
|
:options="options"
|
||||||
></up-dropdown-item>
|
></up-dropdown-item>
|
||||||
<up-dropdown-item
|
<up-dropdown-item
|
||||||
v-model="order.read_num"
|
v-model="order.read_num"
|
||||||
title="阅读量"
|
title="阅读量"
|
||||||
@change="changeRead"
|
@change="change"
|
||||||
:options="options"
|
:options="options"
|
||||||
></up-dropdown-item>
|
></up-dropdown-item>
|
||||||
</up-dropdown>
|
</up-dropdown>
|
||||||
@ -197,16 +197,6 @@ onLoad((options) => {
|
|||||||
is_selected.value = options.is_selected;
|
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) => {
|
const videoErrorCallback = (e) => {
|
||||||
uni.showModal({
|
uni.showModal({
|
||||||
content: e.target.errMsg,
|
content: e.target.errMsg,
|
||||||
|
|||||||
@ -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;"}
|
||||||
File diff suppressed because one or more lines are too long
@ -241,7 +241,7 @@
|
|||||||
}
|
}
|
||||||
.commentcon .item .info .user .namebox.data-v-eca06f3c .u-image {
|
.commentcon .item .info .user .namebox.data-v-eca06f3c .u-image {
|
||||||
background: none !important;
|
background: none !important;
|
||||||
padding-bottom: 16rpx;
|
padding-bottom: 6rpx;
|
||||||
}
|
}
|
||||||
.commentcon .item .info .user .namebox .selfImg.data-v-eca06f3c {
|
.commentcon .item .info .user .namebox .selfImg.data-v-eca06f3c {
|
||||||
padding-bottom: 6rpx;
|
padding-bottom: 6rpx;
|
||||||
|
|||||||
@ -59,16 +59,6 @@ const _sfc_main = {
|
|||||||
is_selected.value = options2.is_selected;
|
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) => {
|
const videoErrorCallback = (e) => {
|
||||||
common_vendor.index.showModal({
|
common_vendor.index.showModal({
|
||||||
content: e.target.errMsg,
|
content: e.target.errMsg,
|
||||||
@ -88,7 +78,7 @@ const _sfc_main = {
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
const queryList = (pageNo, pageSize) => {
|
const queryList = (pageNo, pageSize) => {
|
||||||
common_vendor.index.__f__("log", "at pages/specialList/specialList.vue:228", 666666);
|
common_vendor.index.__f__("log", "at pages/specialList/specialList.vue:218", 666666);
|
||||||
const params = {
|
const params = {
|
||||||
page: pageNo,
|
page: pageNo,
|
||||||
page_size: pageSize
|
page_size: pageSize
|
||||||
@ -135,14 +125,14 @@ const _sfc_main = {
|
|||||||
}, keyWord.value ? {
|
}, keyWord.value ? {
|
||||||
f: common_vendor.t(keyWord.value)
|
f: common_vendor.t(keyWord.value)
|
||||||
} : {}) : {}, {
|
} : {}) : {}, {
|
||||||
g: common_vendor.o(changeDate),
|
g: common_vendor.o(_ctx.change),
|
||||||
h: common_vendor.o(($event) => order.push_date = $event),
|
h: common_vendor.o(($event) => order.push_date = $event),
|
||||||
i: common_vendor.p({
|
i: common_vendor.p({
|
||||||
title: "发布时间",
|
title: "发布时间",
|
||||||
options: options.value,
|
options: options.value,
|
||||||
modelValue: order.push_date
|
modelValue: order.push_date
|
||||||
}),
|
}),
|
||||||
j: common_vendor.o(changeRead),
|
j: common_vendor.o(_ctx.change),
|
||||||
k: common_vendor.o(($event) => order.read_num = $event),
|
k: common_vendor.o(($event) => order.read_num = $event),
|
||||||
l: common_vendor.p({
|
l: common_vendor.p({
|
||||||
title: "阅读量",
|
title: "阅读量",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user