正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -29,7 +29,7 @@ class ShareController extends WeChatBaseController | @@ -29,7 +29,7 @@ class ShareController extends WeChatBaseController | ||
29 | if(empty($my_user)){ | 29 | if(empty($my_user)){ |
30 | $this->error('查询为空','','',''); | 30 | $this->error('查询为空','','',''); |
31 | } | 31 | } |
32 | - if($my_user['is_pro'] != 1){ | 32 | + if($my_user['is_pro'] != 1 && $my_user['is_pro'] != ){ |
33 | $this->error('无权限','','',''); | 33 | $this->error('无权限','','',''); |
34 | } | 34 | } |
35 | if(empty($my_user['phone'])){ | 35 | if(empty($my_user['phone'])){ |
@@ -83,7 +83,7 @@ class ShareController extends WeChatBaseController | @@ -83,7 +83,7 @@ class ShareController extends WeChatBaseController | ||
83 | $this->error('手机号不能为空'); | 83 | $this->error('手机号不能为空'); |
84 | } | 84 | } |
85 | $user_id = cmf_get_current_user_id(); | 85 | $user_id = cmf_get_current_user_id(); |
86 | - $result = Db::name('my_user')->where('uid',$user_id)->insert($param); | 86 | + $result = Db::name('my_user')->where('uid',$user_id)->update($param); |
87 | if(empty($result)){ | 87 | if(empty($result)){ |
88 | $this->error('保存失败'); | 88 | $this->error('保存失败'); |
89 | }else{ | 89 | }else{ |
-
请 注册 或 登录 后发表评论