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

个人中心页面渲染

... ... @@ -27,7 +27,7 @@
<script>
function enter() {
var $this = $(this);
window.location.href=$this.data('url');
window.location.href=$this.data('url').val();
}
</script>
</html>
\ No newline at end of file
... ...