dever 3 lat temu
rodzic
commit
cadb108362
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      service/option/lib/Agreement.php

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

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