Skip to content

Commit

Permalink
feat: Add Materialize sccc modal, taptarget
Browse files Browse the repository at this point in the history
  • Loading branch information
MissterHao committed May 17, 2021
1 parent b4f84ed commit 4769d2e
Show file tree
Hide file tree
Showing 9 changed files with 635 additions and 150 deletions.
2 changes: 2 additions & 0 deletions renderer/CourseSelWorker.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@

// // 被通知又有一個 Schedule 加入
ipcRenderer.on("addTaskCourse", (event, data) => {
console.log(data);
insertTaskList(data)
})
ipcRenderer.on("regetSettings", (event, data) => {
Expand Down Expand Up @@ -100,6 +101,7 @@
}
rows.forEach((element) => {
apibackend.selCourseInline(element).then((res) => {
console.log(res);
if (res["data"] === "選課系統尚未開放!") {
// setStatus(element.id, Math.floor(Math.random() * 10))
setStatus(element.id, 0)
Expand Down
Loading

0 comments on commit 4769d2e

Please sign in to comment.