作者:赵 时间:2019-12-02 17:00:01
随机显示联系人
<script>
var a = ['Lvyouren_88','dblvyou'];
function sendNum(arr)
{
return arr[Math.floor(Math.random()*arr.length)];
}
$('.wx1').text(sendNum(a));
if($('.wx1').eq(0).text()==Lvyouren_88){
$('.mz1').text('王丹');
$('.xb1').text('她');
$('.dh1').attr('href','tel:Lvyouren_88');
$('.dh1 span').text('Lvyouren_88');
$('.img1').attr('src','static/picture/ewm1.jpg');
}
else if($('.wx1').eq(0).text()==dblvyou){
$('.mz1').text('云倩Shirley');
$('.xb1').text('她');
$('.dh1').attr('href','tel:云倩Shirley');
$('.dh1 span').text('dblvyou');
$('.img1').attr('src','static/picture/ewm2.jpg');
}
else if($('.wx1').eq(0).text()==dblvyou){
$('.mz1').text('云倩Shirley');
$('.xb1').text('她');
$('.dh1').attr('href','tel:云倩Shirley');
$('.dh1 span').text('dblvyou');
$('.img1').attr('src','static/picture/ewm2.jpg');
}
</script>
<span class="wx1" style="color:#F00;font-weight:bold;"></span>
<span class="xb1"></span>
<span class="mz1" style="color:#F00;font-weight:bold;"></span>
<img class="img1" src="">