...
|
...
|
@@ -948,11 +948,16 @@ function actionCover() { |
|
|
window.submitSearch = submitSearch;
|
|
|
|
|
|
function emailUserCertTip() {
|
|
|
var $certTip = $('#yoho-header .yoho-cert-tip');
|
|
|
|
|
|
if (!$certTip.length) {
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
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(
|
|
|
$certTip.html(
|
|
|
'<i class="iconfont left"></i> ' +
|
|
|
'您的账号安全等级较低,建议您立即<a href="//www.yohobuy.com/passport/cert/index">绑定手机号</a>');
|
|
|
}
|
...
|
...
|
|