Authored by 毕凯

Merge remote-tracking branch 'origin/feature/newQrcode' into release/6.1

... ... @@ -55,8 +55,7 @@ class newQrcode extends global.yoho.BaseModel {
resu = result[0].data;
}
if (_.get(result, '[1]data')) {
resu.trendWord = result[1].data.trendWord;
resu.inviteCode = result[1].data.inviteCode;
resu.trendWord = result[1].data.trendWord || result[1].data.inviteCode;
}
if (_.get(result, '[2]')) {
resu.token = result[2];
... ...
... ... @@ -97,6 +97,10 @@ html {
width: 30px;
}
.dot:last-child {
text-align: right;
}
.auto-scroll {
max-width: 280px;
height: 50px;
... ...