修改bug
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
});
|
||||
|
||||
const del_all = () => {
|
||||
common.show('', '历史搜索记录清除后无法恢复,确认删除吗?').then((res) => {
|
||||
common.show('', '确认删除全部搜索历史?').then((res) => {
|
||||
if (res) {
|
||||
common.setValue(storageKey, []);
|
||||
historyList.value = [];
|
||||
|
||||
Reference in New Issue
Block a user