Merge branch 'feature/swindleInfo' into release/5.6
Showing
3 changed files
with
3 additions
and
2 deletions
@@ -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"></i> ' + | 917 | '<i class="iconfont left"></i> ' + |
917 | '您的账号安全等级较低,建议您立即<a href="//www.yohobuy.com/passport/cert/index">绑定手机号</a>'); | 918 | '您的账号安全等级较低,建议您立即<a href="//www.yohobuy.com/passport/cert/index">绑定手机号</a>'); |
-
Please register or login to post a comment