Commit 5c210702 by doszhang

dos

parent 067d2ae8
...@@ -365,6 +365,7 @@ $(document).ready(function () { ...@@ -365,6 +365,7 @@ $(document).ready(function () {
}); });
function jumpTolink(event) { function jumpTolink(event) {
alert(1);
const link = event.data.link; const link = event.data.link;
if (event.data.index || event.data.index == 0) { if (event.data.index || event.data.index == 0) {
const index = event.data.index; const index = event.data.index;
......
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 sign in to comment