作者 潘浩文
1 个管道 的构建 通过 耗费 0 秒

个人中心页面渲染

@@ -27,7 +27,7 @@ @@ -27,7 +27,7 @@
27 <script> 27 <script>
28 function enter() { 28 function enter() {
29 var $this = $(this); 29 var $this = $(this);
30 - window.location.href=$this.data('url'); 30 + window.location.href=$this.data('url').val();
31 } 31 }
32 </script> 32 </script>
33 </html> 33 </html>