当天高亮
This commit is contained in:
parent
f2b63a2fcc
commit
849b04a1ee
@ -214,8 +214,7 @@ export default defineComponent({
|
||||
const day = getDay(res[i].dateline)
|
||||
for(const j in month.value.date){
|
||||
for(const k in month.value.date[j]){
|
||||
console.log(month.value.day, 111)
|
||||
if(yue.value == 0 && month.value.date[j][k].day == month.value.day + 1){
|
||||
if(yue.value == 0 && month.value.date[j][k].day == month.value.day){
|
||||
month.value.date[j][k].s = 1
|
||||
}
|
||||
if(month.value.date[j][k].day == day){
|
||||
|
Loading…
Reference in New Issue
Block a user