修复bug
This commit is contained in:
@@ -131,6 +131,7 @@ export default defineComponent({
|
||||
}
|
||||
filter.getListDate.page = 0
|
||||
fall.value.clearData()
|
||||
filter.isShowMark = false
|
||||
filter.isNoData = false
|
||||
// getPorfolio()
|
||||
}
|
||||
@@ -192,6 +193,8 @@ export default defineComponent({
|
||||
// 如果不是相交,则直接返回
|
||||
// console.log(entries[0]);
|
||||
if (!entries[0].intersectionRatio) return;
|
||||
console.log(123123);
|
||||
|
||||
filter.getListDate.page += 1
|
||||
getPorfolio()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user