lujianhong 4 years ago
parent
commit
276274b7fe
4 changed files with 4 additions and 3 deletions
  1. 1 0
      EBook.Web/EBook.Web.csproj
  2. 0 0
      EBook.Web/Source/22769.txt
  3. 1 1
      EBook.Web/Test.html
  4. 2 2
      EBook.Web/source.html

+ 1 - 0
EBook.Web/EBook.Web.csproj

@@ -156,6 +156,7 @@
     <Content Include="source.html" />
     <Content Include="Source\01.txt" />
     <Content Include="Source\02.txt" />
+    <Content Include="Source\22769.txt" />
     <Content Include="Source\duogouxuan.txt" />
     <Content Include="Source\gaicuo.txt" />
     <Content Include="TagWord\AudioContent.html" />

File diff suppressed because it is too large
+ 0 - 0
EBook.Web/Source/22769.txt


+ 1 - 1
EBook.Web/Test.html

@@ -58,7 +58,7 @@
         }
         //加载听说课文
         $("#load-text").on("click", function () {
-            var data = $.ajax({ url: "lghp/22518.lghp", async: false }).responseText;
+            var data = $.ajax({ url: "lghp/duogouxuan.lghp", async: false }).responseText;
             $("#data").html(data);
             bindEventYS();
             Fill(hightcodejson);

+ 2 - 2
EBook.Web/source.html

@@ -24,10 +24,10 @@
         }
         //加载课时原文
         $("#load-text").on("click", function () {
-            var data = $.ajax({ url: "Source/duogouxuan.txt", async: false }).responseText;
+            var data = $.ajax({ url: "Source/22769.txt", async: false }).responseText;
             $("#data").html(data);
 
-            bindEventTeaOrignalYS();
+            bindEventTeaOrignalYS(1000);
 
             var ResInfo = {
                 yaoshiShowImgUrl: "Images/yaoshi-show.png",

Some files were not shown because too many files changed in this diff