Authored by 郝肖肖

Merge branch 'feature/swindleInfo' into release/5.6

... ... @@ -912,6 +912,7 @@ function emailUserCertTip() {
return $.getJSON('//www.yohobuy.com/passport/cert/headerTip?callback=?', function(jsonData) {
if (jsonData && jsonData.data === 'Y') {
$('#yoho-header .swindle-info').addClass('hide');
$('#yoho-header .yoho-cert-tip').html(
'<i class="iconfont left">&#xe63f;</i> ' +
'您的账号安全等级较低,建议您立即<a href="//www.yohobuy.com/passport/cert/index">绑定手机号</a>');
... ...
... ... @@ -994,6 +994,8 @@
color: #444;
font-size: 12px;
margin-left: 20px;
height: 32px;
overflow: hidden;
i {
color: #cd0c25;
... ...
... ... @@ -295,8 +295,6 @@
padding: 10px;
font-size: 13px;
background-color: #faf6da;
height: 32px;
overflow: hidden;
span {
color: #cd0c25;
... ...