1
0
forked from dyf/APP

修复从类型跳转至首页时,首页数据按类型筛选

This commit is contained in:
liub
2026-01-12 17:29:49 +08:00
parent 98162ca214
commit 779017919b
3 changed files with 25 additions and 10 deletions

View File

@ -120,7 +120,7 @@
var ble = null;
var these = null;
var eventChannel = null;
var searchTime=null;
export default {
data() {
return {
@ -525,8 +525,8 @@
return;
}
}
clearTimeout(searchTime);
searchTime=setTimeout(()=>{
ble.StopSearch().finally(() => {
@ -559,7 +559,7 @@
});
});
},800);
},
isItemLink: function(item, index) {