Commit 62b80aec by doszhang

dos

parent 1fea3972
...@@ -298,70 +298,70 @@ $(document).ready(function () { ...@@ -298,70 +298,70 @@ $(document).ready(function () {
$('.link0').on('touchstart', { // $('.link0').on('touchstart', {
index: 0 // index: 0
}, showRead); // }, showRead);
$('.link1').on('touchstart', { // $('.link1').on('touchstart', {
index: 1 // index: 1
}, showRead); // }, showRead);
$('.link2').on('touchstart', { // $('.link2').on('touchstart', {
index: 2 // index: 2
}, showRead); // }, showRead);
$('.link3').on('touchstart', { // $('.link3').on('touchstart', {
index: 3 // index: 3
}, showRead); // }, showRead);
$('.link4').on('touchstart', { // $('.link4').on('touchstart', {
index: 4 // index: 4
}, showRead); // }, showRead);
$('.link5').on('touchstart', { // $('.link5').on('touchstart', {
index: 5 // index: 5
}, showRead); // }, showRead);
$('.link6').on('touchstart', { // $('.link6').on('touchstart', {
index: 6 // index: 6
}, showRead); // }, showRead);
$('.link7').on('touchstart', { // $('.link7').on('touchstart', {
index: 7 // index: 7
}, showRead); // }, showRead);
$('.link8').on('touchstart', { // $('.link8').on('touchstart', {
index: 8 // index: 8
}, showRead); // }, showRead);
$('.link9').on('touchstart', { // $('.link9').on('touchstart', {
index: 9 // index: 9
}, showRead); // }, showRead);
$('.link10').on('touchstart', { // $('.link10').on('touchstart', {
index: 10 // index: 10
}, showRead); // }, showRead);
$('.link11').on('touchstart', { // $('.link11').on('touchstart', {
index: 11 // index: 11
}, showRead); // }, showRead);
$('.link12').on('touchstart', { // $('.link12').on('touchstart', {
index: 12 // index: 12
}, showRead); // }, showRead);
$('.link13').on('touchstart', { // $('.link13').on('touchstart', {
index: 13 // index: 13
}, showRead); // }, showRead);
$('.link14').on('touchstart', { // $('.link14').on('touchstart', {
index: 14 // index: 14
}, showRead); // }, showRead);
$('.link15').on('touchstart', { // $('.link15').on('touchstart', {
index: 15 // index: 15
}, showRead); // }, showRead);
$('.link16').on('touchstart', { // $('.link16').on('touchstart', {
index: 16 // index: 16
}, showRead); // }, showRead);
$('.link17').on('touchstart', { // $('.link17').on('touchstart', {
index: 17 // index: 17
}, showRead); // }, showRead);
$('.link18').on('touchstart', { // $('.link18').on('touchstart', {
index: 18 // index: 18
}, showRead); // }, showRead);
$('.link19').on('touchstart', { // $('.link19').on('touchstart', {
index: 19 // index: 19
}, showRead); // }, showRead);
$('.link20').on('touchstart', { // $('.link20').on('touchstart', {
index: 20 // index: 20
}, showRead); // }, showRead);
}); });
function jumpTolink(event) { function jumpTolink(event) {
...@@ -370,10 +370,10 @@ function jumpTolink(event) { ...@@ -370,10 +370,10 @@ function jumpTolink(event) {
const index = event.data.index; const index = event.data.index;
// readingJson['link' + index] = 1; // readingJson['link' + index] = 1;
// setCookie('reading', JSON.stringify(readingJson)); // setCookie('reading', JSON.stringify(readingJson));
$('.read' + index).hide(); $('.read' + index).show();
// setTimeout(function () { setTimeout(function () {
// $('.read' + index).hide(); $('.read' + index).hide();
// }, 300); }, 300);
} }
setTimeout(function () { setTimeout(function () {
......
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