开收据调整

This commit is contained in:
2024-09-10 16:11:10 +08:00
parent 37c8d6560f
commit 86ca43d214
6 changed files with 13 additions and 10 deletions

View File

@@ -193,7 +193,6 @@ Page({
})
},
async onChangePage(e) {
console.log('e', e)
const page = e.detail.currentIndex;
const that = this;
this.setData({
@@ -284,7 +283,6 @@ Page({
});
break;
case "day":
console.log('day')
this.setData({
yearMonthDay: time,
yearMonthDayStamp: new Date(time).getTime(),