切换导航条
此项目
正在载入...
登录
anyv
/
xkeasy
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
王晓刚
5 years ago
提交
3a3b9cc4d3c716e9f58001904d54f4380f28dd94
1 个父辈
b7c1938a
1 个管道 的构建
失败
耗费 0 秒
海报
变更
2
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
2 行增加
和
2 行删除
app/portal/controller/ShareController.php
public/themes/simpleboot3/portal/share/to_user.html
app/portal/controller/ShareController.php
查看文件 @
3a3b9cc
...
...
@@ -143,7 +143,7 @@ class ShareController extends WeChatBaseController
->
save
(
'./upload/poster/poster_'
.
$user_id
.
".png"
);
}
$share_image
=
cmf_get_image_url
(
'poster/poster_'
.
$user_id
.
".png"
);
$this
->
assign
(
'status'
,
$my_user
[
'status'
]);
$this
->
assign
(
'share_image'
,
$share_image
);
return
$this
->
fetch
();
}
...
...
public/themes/simpleboot3/portal/share/to_user.html
查看文件 @
3a3b9cc
...
...
@@ -37,7 +37,7 @@
</a>
<p
style=
"color:white"
>
ta的推广
</p>
</div>
<div
class=
"code_Box"
style=
"
background: #FE3A00
;"
>
<div
class=
"code_Box"
style=
"
<if condition='$status eq 2'>background-color: #FE3A00;<else />background-color: #fff;</if>margin-top: 0.88rem
;"
>
<img
src=
"{:cmf_get_image_url($share_image)}"
style=
"-webkit-background-size: 100%;background-size: 100%;height: auto;width: 100%;"
/>
</div>
<script
src=
"__TMPL__/public/assets/js/base.js"
></script>
...
...
请
注册
或
登录
后发表评论