fengjuan 4 years ago
parent
commit
07d80c4daa
1 changed files with 2 additions and 1 deletions
  1. 2 1
      a/lianxiwomen/index.html

+ 2 - 1
a/lianxiwomen/index.html

@@ -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&amp;site=qq&amp;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&amp;uin='+result.data.qq+'&amp;site=qq&amp;menu=yes');
 
 				}, "json");
 			}