切换导航条
此项目
正在载入...
登录
anyv
/
xkeasy
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
王晓刚
6 years ago
提交
bdfbf152b8d364a82da511f9f020dd5e0545e129
1 个父辈
8b921042
1 个管道 的构建
通过
耗费 0 秒
海报
变更
1
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
10 行增加
和
3 行删除
app/portal/controller/ShareController.php
app/portal/controller/ShareController.php
查看文件 @
bdfbf15
...
...
@@ -14,6 +14,13 @@ use think\Db;
class
ShareController
extends
WeChatBaseController
{
/**
* 我的推广页面
* @return mixed
* @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\ModelNotFoundException
* @throws \think\exception\DbException
*/
public
function
index
(){
//判断用户是否填写手机号
$user_id
=
cmf_get_current_user_id
();
...
...
@@ -22,9 +29,9 @@ class ShareController extends WeChatBaseController
if
(
empty
(
$my_user
)){
$this
->
error
(
'查询为空'
,
''
,
''
,
''
);
}
if
(
empty
(
$my_user
[
'phone'
])){
$this
->
error
(
'跳转补全信息页面'
,
''
,
''
,
''
);
}
// if(empty($my_user['phone'])){
// $this->error('跳转补全信息页面','','','');
// }
//判断有没有生成过
if
(
file_exists
(
'./upload/poster/poster_'
.
$user_id
.
".png"
)){
$url
=
$this
->
get_url
(
$user_id
,
$my_user
[
'status'
]);
...
...
请
注册
或
登录
后发表评论