subscribe.php
975 Bytes
<?php
use yii\helpers\Url;
$assets = $this->getAssetManager();
$asset = $assets->getBundle('app\wx\assets\AppAsset');
$baseUrl = Url::base(true);
?>
<style>
.error-wrap {
margin:0 auto;
width:90%;
margin-top: 20px;
padding: 0 20px;
font-size: 15px;
color: #666;
}
.qrcode {
width:260px;
}
</style>
<div class="error-wrap">
<div style="text-align: center">
<span style="display:block;width:100%;margin:0 auto;margin-top:80px;">
<img class="qrcode" src="<?php if (YII_ENV_PROD) {echo $baseUrl.'/i/engineer/qr_jiwork.jpg?v=2.0';} else { echo $baseUrl.'/i/engineer/qr_jiwork_test.jpg?v=2.0';} ?>">
</span>
<div style="width:100%;text-align: center;margin:0 auto;margin-top: 20px;line-height:1.6rem">对不起,您还未关注公众号<br/>请扫码/长按识别图中的二维码关注公众号。<!--请联系客服: --><?/*=$service_phone*/?></div>
</div>
</div>