15954078560 3 anni fa
parent
commit
0ac5b01118
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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) {
         if ($this->auth->gender == 1) {
             //男只能看女视频
             //男只能看女视频
             $common_where['u.gender'] = 0;
             $common_where['u.gender'] = 0;
-            $common_where['u.wechat'] = ['neq', '']; //女生微信号必须审核通过
+//            $common_where['u.wechat'] = ['neq', '']; //女生微信号必须审核通过
         } else {
         } else {
             //女只能看男视频
             //女只能看男视频
             $common_where['u.gender'] = 1;
             $common_where['u.gender'] = 1;