更新 'SrcJu.js'

Ju
src48597962 2 years ago
parent 6145cbcbc8
commit 6b62677dfa
  1. 10
      SrcJu.js

@ -210,13 +210,19 @@ function yiji() {
deleteItemByCls('searchrecord');
return "toast://已清空";
}),
col_type: 'flex_button'//scroll_button
col_type: 'flex_button',//scroll_button
extra: {
cls: 'searchrecord'
}
});
}else{
d.push({
title: '↻无记录',
url: "hiker://empty",
col_type: 'flex_button'
col_type: 'flex_button',
extra: {
cls: 'searchrecord'
}
});
}
recordlist.forEach(item=>{

Loading…
Cancel
Save