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

页面修改

... ... @@ -118,7 +118,7 @@ function jump(id,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) {
... ...