15954078560 před 3 roky
rodič
revize
0ac5b01118
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      application/api/controller/Eyemargin.php

+ 1 - 1
application/api/controller/Eyemargin.php

@@ -155,7 +155,7 @@ class Eyemargin extends Common
         if ($this->auth->gender == 1) {
             //男只能看女视频
             $common_where['u.gender'] = 0;
-            $common_where['u.wechat'] = ['neq', '']; //女生微信号必须审核通过
+//            $common_where['u.wechat'] = ['neq', '']; //女生微信号必须审核通过
         } else {
             //女只能看男视频
             $common_where['u.gender'] = 1;