配当前年月日

This commit is contained in:
老叶
2022-06-01 09:42:48 +08:00
parent a6aa7063e8
commit c3a40e5bf5
+1 -1
View File
@@ -787,7 +787,7 @@ Page({
let cindex = ''
let dateList = this.data.dateList
dateList.forEach((item,index) => {
if(item.day == this.data.cDay&&cindex == ''){
if(item.year == this.data.cYear&&item.month == this.data.cMonth&&item.day == this.data.cDay){
cindex = index
}
})