|
@@ -43,7 +43,7 @@
|
|
|
</div>
|
|
|
<div class="foot">
|
|
|
<p class="p1">
|
|
|
- <a href="http://wpa.qq.com/msgrd?v=3&uin=80044685&site=qq&menu=yes" class="ico ico1"></a>
|
|
|
+ <a href="80044685&site=qq&menu=yes" id="footqq" class="ico ico1"></a>
|
|
|
<a class="ico ico2"><img src="/skin/images/qbox.png"></a>
|
|
|
<!--<a href="https://weibo.com/" class="ico ico3"></a>-->
|
|
|
</p>
|
|
@@ -168,6 +168,7 @@
|
|
|
$("#phoneq").html(result.data.phone);
|
|
|
$("#email").html(result.data.email);
|
|
|
$("#address").html(result.data.address);
|
|
|
+ $("#footqq").attr('href','http://wpa.qq.com/msgrd?v=3&uin='+result.data.qq+'&site=qq&menu=yes');
|
|
|
|
|
|
}, "json");
|
|
|
}
|