dever 3 gadi atpakaļ
vecāks
revīzija
294d27af62
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      service/option/lib/Agreement.php

+ 1 - 1
service/option/lib/Agreement.php

@@ -23,7 +23,7 @@ class Agreement
         if ($source == 2) {
             # 获取当前登录的uid
             $aid = Dever::load('passport/user')->check(false);
-            $aid = 2;
+            //$aid = 2;
             if (!$aid || $aid <= 0) {
                 Dever::alert('请先登录');
             }