dever 3 years ago
parent
commit
6425730f97
1 changed files with 0 additions and 1 deletions
  1. 0 1
      service/option/lib/Agreement.php

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

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