wupengfei 2 years ago
parent
commit
f60aed1ef4
2 changed files with 2 additions and 3 deletions
  1. 1 2
      .idea/workspace.xml
  2. 1 1
      application/nutrition/view/one_article/form.html

+ 1 - 2
.idea/workspace.xml

@@ -2,7 +2,6 @@
 <project version="4">
   <component name="ChangeListManager">
     <list default="true" id="1a36929e-c054-4875-a943-593a74e55fa4" name="Default Changelist" comment="">
-      <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/application/nutrition/view/one_article/form.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/nutrition/view/one_article/form.html" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
@@ -205,7 +204,7 @@
       <workItem from="1670547445908" duration="11821000" />
       <workItem from="1671196552398" duration="3806000" />
       <workItem from="1671605812878" duration="482000" />
-      <workItem from="1671670352202" duration="6425000" />
+      <workItem from="1671670352202" duration="6484000" />
     </task>
     <servers />
   </component>

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

@@ -174,7 +174,7 @@
                 <div class="layui-input-inline">
                     <select name="content_type" lay-filter ="content_type">
                         {foreach [1=>'富文本',2=>'PDF'] as $ck=>$cv}
-                        {if !empty($item_info.content_type) &&  $vo.up_type == $ck }
+                        {if !empty($item_info.content_type) &&  $item_info.content_type == $ck }
                         <option selected data-cl_key="{$ck}" value="{$ck}">{$cv}</option>
                         {else}
                         <option data-cl_key="{$ck}" value="{$ck}">{$cv}</option>