Authored by zhangxiaoru

图标更改

... ... @@ -100,7 +100,8 @@ exports.friendInvite = (req, res, next) => {
let page = req.query.page || 1;
let isApp = req.yoho.isApp;
let inciteCode = req.query.inviteCode;
let contentCode = req.app.locals.isProduction ? '319f92c4b072c3c40ea4cb4499b78bb4' : 'bc31b5d58b5af4e3999e8b994fb2bbc1';
let contentCode = req.app.locals.isProduction ? '319f92c4b072c3c40ea4cb4499b78bb4' :
'bc31b5d58b5af4e3999e8b994fb2bbc1';
req.ctx(expandModel).friendInvite(inciteCode, yhChannel, limit, page, contentCode).then(result => {
res.render('expand-new/friend-invite', {
... ...
... ... @@ -5,7 +5,8 @@ const tideCommandModel = require('../models/tide-command');
exports.tideCommand = (req, res, next) => {
let uid = req.user.uid,
contentCode = req.app.locals.isProduction ? '29958987ef0c0f830fad03d7e54f6061' : '29958987ef0c0f830fad03d7e5';
contentCode = req.app.locals.isProduction ? '29958987ef0c0f830fad03d7e54f6061' :
'29958987ef0c0f830fad03d7e5';
req.ctx(tideCommandModel).invitionData(uid, contentCode).then(result => {
res.render('tide-command', {
... ...
... ... @@ -22,7 +22,7 @@
</span>
<span class="code-set"></span>
{{#unless trendWorld}}
<span class="code-tip">潮流口令</span>
<span class="code-tip"></span>
{{/unless}}
</div>
<div class="iconfont more-icon tap-hightlight">&#xe604;</div>
... ...
... ... @@ -35,8 +35,9 @@
<span class="iconfont">&#xe604;</span>
</a>
</span>
{{log trendWorld}}
{{#unless trendWorld}}
<b class="tip">新玩法</b>
<b class="tip"></b>
{{/unless}}
</li>
</ul>
... ...
... ... @@ -116,21 +116,16 @@
}
.code-tip {
margin-left: 8px;
width: 112px;
height: 30px;
background: url("/home/index/code-tip.png");
margin-left: 4px;
width: 94px;
height: 26px;
background: url("/home/index/clkl.png");
background-size: 100%;
background-repeat: no-repeat;
display: block;
float: right;
font-size: 18px;
line-height: 28px;
text-align: center;
position: relative;
top: 8px;
padding-left: 13px;
border-radius: 5px;
top: 12px;
}
}
}
... ...
... ... @@ -94,19 +94,16 @@
}
.tip {
background: url("/home/index/code-tip.png");
background: url("/home/index/xwf.png");
background-size: 100%;
background-repeat: no-repeat;
width: 85px;
width: 74px;
height: 26px;
display: inline-block;
font-size: 14px;
color: #fff;
position: relative;
top: -58px;
top: -52px;
left: 205px;
padding-left: 17px;
border-radius: 5px;
}
.command {
... ...