Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cebtest
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
wildfirecode13
cebtest
Commits
b9868c17
Commit
b9868c17
authored
Nov 12, 2021
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
37d3b661
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
index.html
public/index.html
+5
-5
No files found.
public/index.html
View file @
b9868c17
...
...
@@ -11,7 +11,7 @@
<script>
// init vConsole
var
vConsole
=
new
VConsole
();
console
.
log
(
'Hello world'
,
334
);
console
.
log
(
'Hello world'
,
1012
);
</script>
<script
src=
"//yun.duiba.com.cn/spark/v2/spark.base.fz.wxpollyfill.js"
></script>
...
...
@@ -51,21 +51,21 @@
// console.log(json)
// console.log(document)
var
jsonstr
=
JSON
.
stringify
(
json
);
console
.
log
(
jsonstr
)
window
.
JSInterface
.
addCalendarEvent
(
jsonstr
);
//
console.log(jsonstr)
window
.
JSInterface
&&
window
.
JSInterface
.
addCalendarEvent
(
jsonstr
);
}
//删除事件
function
removeCalendarEvent
(
json
)
{
// console.log(json)
var
jsonstr
=
JSON
.
stringify
(
json
);
window
.
JSInterface
.
removeCalendarEvent
(
jsonstr
);
window
.
JSInterface
&&
window
.
JSInterface
.
removeCalendarEvent
(
jsonstr
);
}
function
queryCalendarEvent
(
json
)
{
// console.log(json)
var
jsonstr
=
JSON
.
stringify
(
json
);
window
.
JSInterface
.
calendarEventComplete
(
jsonstr
);
window
.
JSInterface
&&
window
.
JSInterface
.
calendarEventComplete
(
jsonstr
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment