Prechádzať zdrojové kódy

修改属性名错误的问题

lujianhong 4 rokov pred
rodič
commit
62e363b453

+ 1 - 1
EBook.Web/Common/tasklib_book.js

@@ -1348,7 +1348,7 @@ function backupAllReview(answerJson) {
             //$(item).attr("answer-id", answerList[index].Id);//答题点ID
             //$(item).attr("answer-text", answerList[index].Text);//用户作答内容
             $(item).attr("answer-score", answerList[index].Score);//作答评分
-            $(item).attr("answer-anstext ", answerList[index].AnsText);//参考答案
+            $(item).attr("answer-anstext", answerList[index].AnsText);//参考答案
             $(item).attr("answer-comment", answerList[index].Comment);//评语
 
             //提交直接还原作答现场

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

@@ -108,6 +108,8 @@
     <Content Include="Lghp\21991.lghp" />
     <Content Include="Lghp\21985.lghp" />
     <Content Include="Lghp\BGGL.lghp" />
+    <Content Include="Lghp\22045.lghp" />
+    <Content Include="Lghp\22052.lghp" />
     <None Include="Lghp\gaicuo.lghp" />
     <Content Include="NK\tasklib_book.css" />
     <Content Include="NK\tasklib_book.js" />

+ 1 - 1
EBook.Web/Test.html

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

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 0 - 0
EBook.Web/lghp/22045.lghp


Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 0 - 0
EBook.Web/lghp/22052.lghp


+ 1 - 1
EBook.Web/source.html

@@ -24,7 +24,7 @@
         }
         //加载课时原文
         $("#load-text").on("click", function () {
-            var data = $.ajax({ url: "Source/duogouxuan.txt", async: false }).responseText;
+            var data = $.ajax({ url: "Source/gaicuo.txt", async: false }).responseText;
             $("#data").html(data);
 
             bindEventTeaOrignalYS();

Niektoré súbory nie sú zobrazené, pretože je v týchto rozdielových dátach zmenené mnoho súborov