...
|
...
|
@@ -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"></i> ' +
|
|
|
'您的账号安全等级较低,建议您立即<a href="//www.yohobuy.com/passport/cert/index">绑定手机号</a>');
|
...
|
...
|
|