Commit 8a25e717 authored by wildfirecode13's avatar wildfirecode13

111

parent 4eaa596a
......@@ -55,7 +55,7 @@ class App extends Component {
"notes": pushData.notes
}
console.warn('准备添加数据 json ' + eventId, json);
// window['addCalendarEvent'](json)
window['addCalendarEvent'](json)
})
}
......@@ -78,7 +78,7 @@ class App extends Component {
}
console.warn('准备删除数据 json ' + eventId, json);
// window['removeCalendarEvent'](json);
window['removeCalendarEvent'](json);
})
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment