|
|
@ -251,7 +251,7 @@ const tabContent = ref(null); |
|
|
|
const isScrolling = ref(false); //判断用户是否在滚动 |
|
|
|
|
|
|
|
const smoothScrollToBottom = async () => { |
|
|
|
console.log("调用滚动到底部的方法"); |
|
|
|
// console.log("调用滚动到底部的方法"); |
|
|
|
// await nextTick(); |
|
|
|
const container = tabContent.value; |
|
|
|
// console.log(container, 'container') |
|
|
|