添加pc端代码注释

This commit is contained in:
mabo
2021-07-30 18:17:01 +08:00
parent 93ba1c134f
commit ff92fd8d76
19 changed files with 85 additions and 349 deletions

View File

@@ -93,7 +93,6 @@ export default {
const time = new Date().getTime() - 60*60*1000
if (!reloadTime) {
hotWords({count: 5}).then(res => {
console.log(res);
if (res.success) storage.setItem('hotWordsList', res.result)
})
storage.setItem('hotWordsReloadTime',new Date().getTime())