配当前年月日
This commit is contained in:
@@ -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
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user