|
|
@ -1344,10 +1344,11 @@ function yiji() { |
|
|
|
url: $('#noLoading#').lazyRule(() => { |
|
|
|
url: $('#noLoading#').lazyRule(() => { |
|
|
|
let i = parseInt(getMyVar('SrcJu_homeHistory','0')) + 1; |
|
|
|
let i = parseInt(getMyVar('SrcJu_homeHistory','0')) + 1; |
|
|
|
require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJyPublic.js'); |
|
|
|
require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJyPublic.js'); |
|
|
|
|
|
|
|
putMyVar('SrcJu_homeHistory', i); |
|
|
|
|
|
|
|
|
|
|
|
deleteItemByCls('historylist'); |
|
|
|
deleteItemByCls('historylist'); |
|
|
|
let h = getHistory(i); |
|
|
|
let h = getHistory(i); |
|
|
|
addItemAfter("historyid", h); |
|
|
|
addItemAfter("historyid", h); |
|
|
|
putMyVar('SrcJu_homeHistory', i); |
|
|
|
|
|
|
|
return "hiker://empty"; |
|
|
|
return "hiker://empty"; |
|
|
|
}), |
|
|
|
}), |
|
|
|
pic_url: getIcon("主页-记录.svg", 1),//'https://hikerfans.com/tubiao/red/40.png',
|
|
|
|
pic_url: getIcon("主页-记录.svg", 1),//'https://hikerfans.com/tubiao/red/40.png',
|
|
|
|