作者 王晓刚
1 个管道 的构建 失败 耗费 0 秒

海报

... ... @@ -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();
}
... ...
... ... @@ -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>
... ...