Authored by 郝肖肖

Merge branch 'feature/swindleInfo' into release/5.6

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