diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index e5c0934..fc7a9c0 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -89,8 +89,8 @@
       <file leaf-file-name="audio_detail.html" pinned="false" current-in-tab="true">
         <entry file="file://$PROJECT_DIR$/application/home/view/goods/audio_detail.html">
           <provider selected="true" editor-type-id="text-editor">
-            <state relative-caret-position="323">
-              <caret line="19" column="8" lean-forward="true" selection-start-line="19" selection-start-column="8" selection-end-line="19" selection-end-column="8" />
+            <state relative-caret-position="546">
+              <caret line="264" column="14" selection-start-line="264" selection-start-column="14" selection-end-line="264" selection-end-column="14" />
               <folding>
                 <element signature="n#style#0;n#div#0;n#div#1;n#div#2;n#body#0;n#html#0;n#!!top" expanded="true" />
                 <element signature="n#style#0;n#div#4;n#div#0;n#div#1;n#div#2;n#body#0;n#html#0;n#!!top" expanded="true" />
@@ -437,21 +437,7 @@
       <workItem from="1572568391799" duration="24440000" />
       <workItem from="1572668245063" duration="699000" />
       <workItem from="1572827640492" duration="25475000" />
-      <workItem from="1572914713443" duration="2062000" />
-    </task>
-    <task id="LOCAL-00056" summary="调试授权登录">
-      <created>1572505562274</created>
-      <option name="number" value="00056" />
-      <option name="presentableId" value="LOCAL-00056" />
-      <option name="project" value="LOCAL" />
-      <updated>1572505562274</updated>
-    </task>
-    <task id="LOCAL-00057" summary="广告详情">
-      <created>1572507187873</created>
-      <option name="number" value="00057" />
-      <option name="presentableId" value="LOCAL-00057" />
-      <option name="project" value="LOCAL" />
-      <updated>1572507187873</updated>
+      <workItem from="1572914713443" duration="2659000" />
     </task>
     <task id="LOCAL-00058" summary="广告详情">
       <created>1572507400807</created>
@@ -782,11 +768,25 @@
       <option name="project" value="LOCAL" />
       <updated>1572916677282</updated>
     </task>
-    <option name="localTasksCounter" value="105" />
+    <task id="LOCAL-00105" summary="视频详情">
+      <created>1572916781459</created>
+      <option name="number" value="00105" />
+      <option name="presentableId" value="LOCAL-00105" />
+      <option name="project" value="LOCAL" />
+      <updated>1572916781459</updated>
+    </task>
+    <task id="LOCAL-00106" summary="视频详情">
+      <created>1572917203597</created>
+      <option name="number" value="00106" />
+      <option name="presentableId" value="LOCAL-00106" />
+      <option name="project" value="LOCAL" />
+      <updated>1572917203597</updated>
+    </task>
+    <option name="localTasksCounter" value="107" />
     <servers />
   </component>
   <component name="TimeTrackingManager">
-    <option name="totallyTimeSpent" value="301640000" />
+    <option name="totallyTimeSpent" value="302237000" />
   </component>
   <component name="ToolWindowManager">
     <frame x="-8" y="-8" width="1936" height="1056" extended-state="6" />
@@ -1208,8 +1208,8 @@
     </entry>
     <entry file="file://$PROJECT_DIR$/application/home/view/goods/audio_detail.html">
       <provider selected="true" editor-type-id="text-editor">
-        <state relative-caret-position="323">
-          <caret line="19" column="8" lean-forward="true" selection-start-line="19" selection-start-column="8" selection-end-line="19" selection-end-column="8" />
+        <state relative-caret-position="546">
+          <caret line="264" column="14" selection-start-line="264" selection-start-column="14" selection-end-line="264" selection-end-column="14" />
           <folding>
             <element signature="n#style#0;n#div#0;n#div#1;n#div#2;n#body#0;n#html#0;n#!!top" expanded="true" />
             <element signature="n#style#0;n#div#4;n#div#0;n#div#1;n#div#2;n#body#0;n#html#0;n#!!top" expanded="true" />
diff --git a/application/home/view/goods/audio_detail.html b/application/home/view/goods/audio_detail.html
index 54218fb..786cb76 100644
--- a/application/home/view/goods/audio_detail.html
+++ b/application/home/view/goods/audio_detail.html
@@ -250,8 +250,9 @@
         if(time > 0){
             checkMore(time);
         }
-        //视频是否播放完毕
+        //音频是否播放完毕
         function init(){
+            /*
             var video = document.getElementById('vide');
             video.addEventListener("ended", function() {
                 $(".quest_box").removeClass("quest_ans");
@@ -261,6 +262,7 @@
                 $(".quest_condition").hide();
                 $(".detail_top").css("margin-bottom", "0");
             });
+            */
         }
 
         /*// 判断是否完善信息
@@ -277,7 +279,7 @@
         // 查看更多
         $(".btn_more").click(function() {
             window.location.href = "{:url('home/index/index')}"
-        })
+        });
 
         // 选择答案
         $(".ans_single").click(function() {