wupengfei 2 سال پیش
والد
کامیت
d0dc12537b
2فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      .idea/workspace.xml
  2. 2 2
      application/nutrition/view/one_article/form.html

+ 1 - 1
.idea/workspace.xml

@@ -205,7 +205,7 @@
       <workItem from="1670547445908" duration="11821000" />
       <workItem from="1671196552398" duration="3806000" />
       <workItem from="1671605812878" duration="482000" />
-      <workItem from="1671670352202" duration="5473000" />
+      <workItem from="1671670352202" duration="5500000" />
     </task>
     <servers />
   </component>

+ 2 - 2
application/nutrition/view/one_article/form.html

@@ -278,10 +278,10 @@
         function check_type() {
             if( $("select[name='content_type']").val() == 1) {
                 $(".content").show();
-                $(".ppt").hide();
+                $(".pdf").hide();
             }else{
                 $(".content").hide();
-                $(".ppt").show();
+                $(".pdf").show();
             }
             window.form.render();
         }