dever 3 năm trước cách đây
mục cha
commit
c20acf09fb
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      service/option/lib/Agreement.php

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

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