rabin 6 年之前
父节点
当前提交
22acbba48d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      buy/src/Data.php

+ 1 - 1
buy/src/Data.php

@@ -14,7 +14,7 @@ class Data extends Base
     {
         //return $this->location('list');
         if ($this->user) {
-            return $this->location('list');
+            //return $this->location('list');
         } else {
             //return $this->location('auth');
         }