chuweiqiang 11 months ago
parent
commit
bd392414cb
2 changed files with 8 additions and 6 deletions
  1. 4 2
      .idea/workspace.xml
  2. 4 4
      application/api/controller/Article.php

+ 4 - 2
.idea/workspace.xml

@@ -1,7 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project version="4">
   <component name="ChangeListManager">
-    <list default="true" id="1a36929e-c054-4875-a943-593a74e55fa4" name="Default Changelist" comment="" />
+    <list default="true" id="1a36929e-c054-4875-a943-593a74e55fa4" name="Default Changelist" comment="">
+      <change beforePath="$PROJECT_DIR$/application/api/controller/Article.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/api/controller/Article.php" afterDir="false" />
+    </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
     <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
@@ -591,7 +593,7 @@
       <workItem from="1713400278236" duration="25153000" />
       <workItem from="1713486783613" duration="18361000" />
       <workItem from="1713916802858" duration="19129000" />
-      <workItem from="1714004926744" duration="25124000" />
+      <workItem from="1714004926744" duration="25136000" />
     </task>
     <servers />
   </component>

+ 4 - 4
application/api/controller/Article.php

@@ -432,10 +432,10 @@ class Article extends Base
 //            $dv['video_jump'] = VideoUrl::checkVip($dv['video_item'],$this->user_id);
 //            $dv['datum_jump'] = DatumUrl::checkVip($dv['datum_item'],$this->user_id);
 //        }
-        if($this->user_id){
-            $General = new General();
-            $General->label($detail['label']);
-        }
+//        if($this->user_id){
+//            $General = new General();
+//            $General->label($detail['label']);
+//        }
         $this->success('ok',['detail'=>$detail]);
     }