作者 郭鑫
1 个管道 的构建 通过 耗费 1 秒

页面修改

... ... @@ -113,6 +113,8 @@ $("ul li").click(function(){
});
// 详情
function jump(id,logId) {
console.log('11111111');
console.log(logId);
var url = "{:url('Member/detail')}";
url = url.split('.');
url = url[0] + '/id/' + id + '/logId/' + logId + ".html";
... ...