Browse Source

修改日期与返回数据同步

dongqian/feature-20250702094358-小财神适配
dongqian 17 hours ago
parent
commit
b5a4db9d38
  1. 2
      src/views/AIchat.vue
  2. 2
      src/views/homePage.vue

2
src/views/AIchat.vue

@ -817,7 +817,7 @@ watch(
class: "title1", class: "title1",
type: "title1", type: "title1",
content: codeData.value.name + "全景作战报告", content: codeData.value.name + "全景作战报告",
date: moment().format("DD/MM/YYYY"),
date: result21.data.date,
}, },
"", "",
50 50

2
src/views/homePage.vue

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

Loading…
Cancel
Save