...
|
...
|
@@ -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) {
|
...
|
...
|
|