Browse Source

2023-5-22-1 新增服务区-2

yingzi 1 year ago
parent
commit
0bfb44dbbd
1 changed files with 3 additions and 3 deletions
  1. 3 3
      app/system/controller/Member.php

+ 3 - 3
app/system/controller/Member.php

@@ -690,9 +690,9 @@ class Member extends BaseController
      * @param $is_show
      * @return \app\model\api\InfoAudit|void
      */
-    public function setAuthShow($uid){
-        $show = InfoAudit::where('uid',$uid)->find();
-        $is_show =$show['is_show'];
+    public function setAuthShow($uid, $is_show){
+//        $show = InfoAudit::where('uid',$uid)->find();
+//        $is_show =$show['is_show'];
         var_dump('1:'.$is_show);
         if($is_show == 0){
             $chen_show = 1;