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

页面修改

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