wupengfei 1 éve
szülő
commit
a253757c76
2 módosított fájl, 4 hozzáadás és 4 törlés
  1. 3 3
      .idea/workspace.xml
  2. 1 1
      application/user/controller/Member.php

+ 3 - 3
.idea/workspace.xml

@@ -345,7 +345,7 @@
       <workItem from="1686291607151" duration="12655000" />
       <workItem from="1686531301282" duration="5211000" />
       <workItem from="1686547377101" duration="6669000" />
-      <workItem from="1686617135399" duration="1428000" />
+      <workItem from="1686617135399" duration="1919000" />
     </task>
     <servers />
   </component>
@@ -503,10 +503,10 @@
       <screen x="0" y="0" width="2560" height="1400" />
     </state>
     <state x="1166" y="605" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2/0.0.2560.1400@0.0.2560.1400" timestamp="1686293774201" />
-    <state x="1031" y="369" width="1218" height="604" key="find.popup" timestamp="1686620383036">
+    <state x="830" y="186" width="1407" height="1056" key="find.popup" timestamp="1686620905687">
       <screen x="0" y="0" width="2560" height="1400" />
     </state>
-    <state x="1031" y="369" width="1218" height="604" key="find.popup/0.0.2560.1400@0.0.2560.1400" timestamp="1686620383036" />
+    <state x="830" y="186" width="1407" height="1056" key="find.popup/0.0.2560.1400@0.0.2560.1400" timestamp="1686620905687" />
     <state x="1282" y="549" key="ftp.server.browser" timestamp="1684465678841">
       <screen x="0" y="0" width="2560" height="1400" />
     </state>

+ 1 - 1
application/user/controller/Member.php

@@ -160,7 +160,7 @@ class Member extends Controller
     public function hx()
     {
         $list = $this->_query($this->table)->where('is_hx',1)->order('id desc')->page();
-        $this->fetch('', ['list'=>$list]);
+        $this->fetch('hx', ['list'=>$list]);
     }